S
Shiva Duriseati
Guest
Hi Lenn, One way you could do is by creating trigger of type object script and use rbv_api.startApproval API by passing original id of wf action. I have created a workflow action of type "Start approval process" by selecting default approver and I've used following code in trigger section of object script trigger. rbv_api.startApproval("Project_ll", "{!id}", "ty8fm7dBSsmKxQVhp8aDNg"); Please let us know if this works for you. More information on the above API : documentation.progress.com/.../index.html Regards, Shiva
Continue reading...
Continue reading...