Notifications
Announcements
No record found.
protected void afterOperation(SysOperationExecutionMode _executionMode, AifAsyncResult _asyncResult) { // Serialize parameters with any updates to data contract from service class container packedUpdatedParms = this.pack(); ttsbegin; currentBatch.Parameters = packedUpdatedParms; currentBatch.update(); ttscommit; super(_executionMode, _asyncResult); }
class RRLSalesConfirmationCleanupService extends SysOperationServiceBase { /// <summary> /// Main process method used to run the batch service. /// </summary> /// <param name = "_contract">Parameters passed by a contract class</param> public void process(RRLSalesConfirmationCleanupContract _contract) { RecId lastRecId = _contract.parmLastRecId(); info(strFmt("LastRecId: %1", int2Str(lastRecId))); lastRecId++; _contract.parmLastRecId(lastRecId); } }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 660 Most Valuable Professional
André Arnaud de Cal... 549 Super User 2025 Season 2
Sohaib Cheema 307 User Group Leader