Showing posts with label JumpRef in D365FO. Show all posts
Showing posts with label JumpRef in D365FO. Show all posts

Monday, November 18, 2019

JumpRef method to call the form

public void jumpRef()
{
MenuFunction menuFunction;
super();
menuFunction = new MenuFunction(menuitemdisplaystr(CustTable), MenuItemType::Display);
menuFunction.run();
}