public void jumpRef()
{
MenuFunction menuFunction;
;
menuFunction = new MenuFunction(menuitemdisplaystr(smmProcessSalesDefinition), MenuItemType::Display);
// Check access rights
if (!menuFunction || !menuFunction.checkAccessRights())
{
// Access rights are not sufficient to use this function.
throw error("@SYS81158");
}
menuFunction.run();
}
{
MenuFunction menuFunction;
;
menuFunction = new MenuFunction(menuitemdisplaystr(smmProcessSalesDefinition), MenuItemType::Display);
// Check access rights
if (!menuFunction || !menuFunction.checkAccessRights())
{
// Access rights are not sufficient to use this function.
throw error("@SYS81158");
}
menuFunction.run();
}
No comments:
Post a Comment