//Hiding Parameter in UI builder ax 2012 based on Controller caller class
if (this.controller().parmArgs().menuitemName() == #yourMenuItemName)
{
grp.visible(false);
}
if (this.controller().parmArgs().menuitemName() == #yourMenuItemName)
{
grp.visible(false);
}
No comments:
Post a Comment