Microsoft Dynamics AX
Support Blog for Microsoft Dynamics AX Development
Thursday, May 21, 2015
How to check calling menu item in a form
If we need to give a condition to check for calling menu item in form we can use below code.
if(element.args().menuItemName() == menuitemDisplayStr(<MenuItemName>))
{
//Logic
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment