Skip to main content
Post a question

Notifications

Community site session details

Community site session details

Session Id : QxiwewDHBmmUVlZA6GoG6r
Finance | Project Operations, Human Resources, ...
Suggested answer

Change Menu Item Label ()

Like (0) ShareShare
ReportReport
Posted on 21 Oct 2019 06:49:41 by 45

Hi, Im trying to change the menu item label, i've tried:

  • parmDialogCaption("@GLS60128");
  • _args.menuItemName("@GLS60128");

but it still doesnt change, please help. Thanks!

pastedimage1571640403379v1.png

  • MATTGUO Profile Picture
    22,319 Moderator on 21 Oct 2019 at 08:02:02
    RE: Change Menu Item Label ()

    Hi BozLeo,

    You can set the caption directly in the property.

    8510.png

    And make sure the label “@GLS60128” works exactly.

  • Evaldas Profile Picture
    1,800 on 21 Oct 2019 at 07:58:24
    RE: Change Menu Item Label ()

    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();

    }

  • Suggested answer
    nmaenpaa Profile Picture
    101,158 Moderator on 21 Oct 2019 at 07:42:49
    RE: Change Menu Item Label ()

    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.

  • bozLeo Profile Picture
    45 on 21 Oct 2019 at 07:02:59
    RE: Change Menu Item Label ()

    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.

  • AndrĂ© Arnaud de Calavon Profile Picture
    293,342 Super User 2025 Season 1 on 21 Oct 2019 at 06:53:59
    RE: Change Menu Item Label ()

    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.

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.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,342 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,445 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans
Loading complete