HOW TO CREATE A LINK TO ITEM FORM ON A FIELD.
public void jumpRef()
{
Args args;
MenuFunction menuFunction;
{
Args args;
MenuFunction menuFunction;
args = new args();
args.record(InventTable::find(this.valueStr()));
menuFunction = new MenuFunction(menuitemDisplayStr(EcoResProductDetailsExtended), MenuItemType::Display);
menuFunction.run(args);
}
args.record(InventTable::find(this.valueStr()));
menuFunction = new MenuFunction(menuitemDisplayStr(EcoResProductDetailsExtended), MenuItemType::Display);
menuFunction.run(args);
}
THANKS,
Vikas Mehta
No comments:
Post a Comment