Thursday, February 23, 2017

open Ax Menu item From Global

//Open Ax Menu item common

void openAXMenuItem(str _Name, MenuItemType _type = MenuItemType::Display,Args _args)
{
    new MenuFunction(_Name, _type).run(_args);
}

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