cancel
Showing results for 
Search instead for 
Did you mean: 

UI InteractiveForm and property pdfSource

Former Member
0 Kudos

My WDA has two UI elements: InteractiveForm Form1 and button B1.

The form is of type native in ZCI layout with XML based interface.

The form properties dataSource, pdfSource and TemplateSource are bound to context.

User enters data into the form. Then he clicks button B1.

On click B1 I need to capture new pdfSource.

But what I am getting is the same pdfSource as before User entered data.

When I debug - I can see that dataSource value gets updated. But pdfSource is an old one.

What do I have to do to capture an updated pdfSource?

Thank you very much,

Tatyana.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There is nothing special that should be done. The pdfSource should always have the latest binary version of the form if an attribute is bound to it.

What you are seeing might be a symptom of OSS note 1120324.