Sunday, July 3, 2016

To open URL from X++ ax 2012

// To open URL from X++
Infolog.lookupurl("www.google.com");

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