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

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...