Announcements
No record found.
Is it possible to add the View Details feature to a Display Method field?
*This post is locked for comments
It should be possible to implement the jumpRef() method on the form control that uses the display method so that it does what you want.
Hi Steve,
Go to display field in the form and Override JumpRef() method .
public void jumpRef()
{
Args args;
MenuFunction menuFunction;
args = new Args();
menuFunction = new MenuFunction(menuitemDisplayStr(“FormName”), MenuItemType::Display);
args = new Args(menuFunction.object());
args.caller(element);
menuFunction.run(args);
}
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
CP04-islander 28
Michel ROY 14
imran ul haq 8