Thursday, August 11, 2016

Batch Server to Execute Batch Job

//Batch Server to Execute Batch Job
xApplication::checkForNewBatchJobs();
xApplication::stopBatch();
https://msdn.microsoft.com/en-us/library/xapplication.aspx

No comments:

Post a Comment

Search hierarchy for a match (TableALLGroup) X++

  Table1 ppt;  select firstonly ppt  order ItemCode, ItemRelation, AccountCode, AccountRelation where      (ppt.ItemCode == TableGroupAll::T...