cancel
Showing results for 
Search instead for 
Did you mean: 

Can custom text be sent to a Purchase Order Form?

chris_mowl
Participant
0 Kudos

Hello,

I have a custom PO form that I created in Form Builder. We would like to print the word "Changed" on documents that have been changed.

Can this be done with a text field? Or will one of the custom fields in the Form Builder accomplish this?

Thanks,

Chris

Accepted Solutions (1)

Accepted Solutions (1)

varun_vadnala3
Active Participant
0 Kudos

Hi Chris,

Is it that if the PO gets changed you need to display on the form the word changed?

Please check the indicator from the table EKKO or EKPO which specifies the po is changed. Or else if you can manually figure out the change in PO through coding, capture the change as active in a variable and pass this varible value to the interface as an import parameter to the adobe form.

In the layout of the adobe form, jus check if the value of the changed variable is active or not through scripting either in Javascript ot form calc in the script editor of the form. If the variable is active jus display the word changed for the particular text field.

Answers (0)