Below code can be used to pass one parameter from one form to another and open that form in Edit mode. FormRun formRun; Args args; str defaultFormOnTable; MenuFunction menuFunction; args = new Args(); args.record(CustTable::find(‘test account’)); menuFunction = new MenuFunction( menuitemDisplayStr (CustTable), MenuItemType::Display); if (menuFunction) { menuFunction.openMode(OpenMode::Edit); formRun = menuFunction.create(args); if (formRun) formRun.run(); } In this example I opened customers form in Edit mode by passing customer account 'test account'as a paramete...
A library with Microsoft Dynamics AX, Microsoft Dynamics 365 FinOps and Supply Chain Management, Power Platform, Integrations, development and functional processes, tricks and trip, tutorials and much more....