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...
Continue reading...