Thursday, August 11, 2016

Calling Caller FORM method in calling FORM ax 2012

//Calling Caller FORM method in calling FORM ax 2012
if (formHasMethod(element.args().caller(), identifierStr('MthodName')))
    {
        element.args().caller().mthodName("");
    }

No comments:

Post a Comment

Copy Markup charges while posting purchase invoice using X++

 Copy Markup charges while posting purchase invoice using X++ Class: Important: Code logic is just for Reference.  New class => Duplicate...