Notifications
Announcements
No record found.
Hi, Im trying to change the menu item label, i've tried:
but it still doesnt change, please help. Thanks!
Hi BozLeo,
Where exactly did you put this coding? What exactly is this dialog about? Have you also synchronized the database after the build? Potentially, also try to restart the IIS service.
I put it inside the main method of my controller class
contract.parmDialogCaption("@GLS60128");
_args.menuItemName("@GLS60128");
am i doing this correctly?
Edit: Yes, I have tried restarting my IIS and deleting my browser's cache.
By default the dialog should show the label of your menu item that points to the controller class. Perhaps you could try removing all your code that you use to change it, and see if it already works without any development.
You can set the title of the dialog in the controller class by calling parmDialogCaption method before you call startOperation.
public static client void main(Args args)
{
MyController controller;
controller = new MyController();
controller.parmArgs(args);
controller.parmDialogCaption("My title");
controller.startOperation();
}
You can set the caption directly in the property.
And make sure the label “@GLS60128” works exactly.
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 559 Most Valuable Professional
André Arnaud de Cal... 464 Super User 2025 Season 2
Sohaib Cheema 250 User Group Leader