cancel
Showing results for 
Search instead for 
Did you mean: 

Date not updated in PDF

Former Member
0 Kudos

Hi,

I am using AdobeInteractiveForm in Web Dynpro for Java. Method used is updateDataInPDF.

Screnario is like this : When user clicks on one button in Web Dynpro view, some of the fields in PDF document displayed in view should be updated and email should be sent to the user with PDF as attachment.

Problem: Email is getting sent to the user, but fields are not updated in the PDF document sent as attachment.

Page is refreshed only after processing is done (i.e, email is sent) and then all the fields are updated in PDF document displayed on view.

Can I refresh PDF programatically, so that all the data in context nodes is updated in PDF (binary file) , and email sent to user contains updated fields?

Regards,

Apurva

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

No reply.

- Apurva

Former Member
0 Kudos

I think you form is send before it can check the fiedls.

Please do as following.

Create two buttons.

1 check information

2. send to email.

When you press button 1 and when it comes back with the new info press button 2.

If you now get a filled form (with the right info) you know the form is beeing send before the fields are updated.