How to check caller form in ax 2009 using X++?
·
To
check the caller form name you can use this code.
if(
element.args().parm()==formstr(FormName))
{
//<Code>
}
Note: Form Name Must
be Correct NameTips And tricks that will help you as developer / implementer that is using MS Dynamics 2009 / 2012 / D365
Comments