Hi All,
I am putting together some workflow on a xPages, within Notes, applications. All is good, except I want to prompt the user for comments when they reject a document.
The user clicks the reject button, the onclick event prompts them for a reason, so far so good.
However, I am having a problem saving the reason back to the document so that my agent that will be triggered in the Querysave event can pick up the reason and send it via email to the requestor.
Any ideas on how to accomplish this would be very helpfull. I was thinking client side javascript could update a field on the docuemtn, but I am always getting the field has no properties in all iterations of of code I am using to set the value of the field on the form
Thanks in Advance
walt