web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

How to check caller form in ax 2009 using X++?

Abdel Fatah Ahmed Profile Picture Abdel Fatah Ahmed

   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