Hi Guys,
I have a Menu Item and I call this with code below.Now,I want to be selected OK button automatically after calling.
My code for calling:
MenuFunction menuFunction = new
MenuFunction(menuItemActionStr(CustInterestCreate), MenuItemType::Action);
Args args = new Args();
;
menuFunction.run(args);
My form:

*This post is locked for comments
I have the same question (0)