Skip to main content

Notifications

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 Name

Comments

*This post is locked for comments