We have created an event that will email any purchase order req entered, with a yes, no button. Is possible to update the purchase order req header to committed 'C' , if Yes is chosen?
You could contract an url for the yes button and send a filter to find the PO and then use SETVARVALUES in the url to send the C and then call a form event handler to do the update.
This should show how to make the url:
docs.infor.com/.../default.html
Hello,
Maybe you can do it like this? in the prompt when yes is clicked, generate an event "SENDandMark" and that event contains setvalues and save collection and the last one is send email?
Regards,
Kaz
THANK YOU! I will try
And thank you also will attempt this also.