[progress Communities] [progress Openedge Abl] Forum Post: Re: Automatically Select Approver

  • Thread starter Thread starter Shiva Duriseati
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top