Friday, September 4, 2020

HOW TO CREATE A LINK TO ITEM FORM ON A FIELD.

 public void jumpRef()

{
Args args;
MenuFunction menuFunction;
args = new args();
args.record(InventTable::find(this.valueStr()));
menuFunction = new MenuFunction(menuitemDisplayStr(EcoResProductDetailsExtended), MenuItemType::Display);
menuFunction.run(args);
}

No comments:

Post a Comment