Jump ref method

public void jumpRef()
    {
        super();

        Args args = new Args();
        MenuFunction menuFunction;
        menuFunction = new MenuFunction(MenuItemDisplayStr(ItemGroupItems),  
            MenuItemType::Display);
        IaxItemGroup item;
        args.record(item);
        args.caller(element);
        menuFunction.run(args);    
    }

Comments

Popular posts from this blog

D365F&O - X++ - Best Practice Warning BP Rule: [BPErrorUnknownLabel]: Path:

D365F&O - X++ - Create and post Customer payment Journal using X++ code.

D365F&O - X++ - Set contract parameter value in controller class of SysOperationServiceBase framework