Nilima Agarwal 24.Jul.07 06:59 AM a Web browser Lotus Workflow Engine6.5.1Windows 2003
I have web based Lotus workflow application. I want to add a new validation where the status of the next activity owner must be checked against another database before the user submits the document for the next activity. If the activity owner is not active, the user must be prompted if he still wants to continue. If he says yes, the job must be forwarded else, it must allow the user to change the next activity owner.I have created a lotusscript agent ISStaffActive that returns true or false based on the status of the staff. I am writing the validation in the QueryActivityCompleted event. I am not able to pass the answer from the javascript confirm to the event , so that I can fail it. When I try to access document.forms[0].fname.value, i get an error message null object. Pls. advice ASAP. or if this validation must be done in a different way.