[progress Communities] [progress Openedge Abl] Forum Post: Re: Running Trigger On Selected...

  • Thread starter Thread starter Santosh Patel
  • Start date Start date
Status
Not open for further replies.
S

Santosh Patel

Guest
When you select a bunch of records in a list view, this records selection is available on serverside (in triggers) using rbv_api.getSelectedIds() api. Can you model your trigger to be an object script trigger? If yes, you can use this api to get the IDs of all those records selected and then perform the action on all of them. documentation.progress.com/.../index.html An alternative is to create a workflow action of type "Run Triggers" (select your single trigger here), enable it to be executed for a group of records. This action will then be listed under more actions button on the list page. Select the records you want to execute it for and fire away.

Continue reading...
 
Status
Not open for further replies.
Back
Top