[progress Communities] [progress Openedge Abl] Forum Post: Re: Script To Delete In Bulk

  • Thread starter Thread starter mpiscoso@gmail.com
  • Start date Start date
Status
Not open for further replies.
M

mpiscoso@gmail.com

Guest
I've used batch jobs for these types of situations when considering a "single runtime" scenario or a "scheduled runtime" scenario. Makes life easier. Just supply a simple condition e.x. if ("{!status#code}" == "expired") rbv_api.deleteRecord([supply params here]); For single runtime, don't deploy the batch job and just manually run it using "run now". For scheduled runtime, deploy the batch job so it runs given its schedule. Hope this helps you out.

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