Below is the example.
[ExtensionOf(formstr(ReqTransPO))]
final class ReqTransPOForm_Extension
{
public void init()
{
next init();
if (this.args().menuItemName() == "ReqPOGridView")
{
Contol.visible(false); // form control making visible false
Control.visible(false);// form control making visible false
}
}
}
No comments:
Post a Comment
Give me the commetns and solutions