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

Get or set adjust tax calculated amount using TAXDOCUMENT framework (Tax calculation service) in D365FO

 //Get or adjust tax calculation using TAXDOCUMENT framework (Tax calculation service) TaxRegulation taxRegulationDetail; TmpTaxRegulation  ...