Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

Caption property not working for action in Business Central Platform version 15

(0) ShareShare
ReportReport
Posted on by 305

Hi,

I have set the Caption property for the action "Qualification" on the Employee card and Employee list pages to "Education Qualification". This modified caption works well in version 14 but does not in version 15. Here is my AL code excerpt:

actions
{
modify("Q&ualifications")
        {
            Caption = 'Education Qualification';
        }
}
Please suggest the correct way if this is wrong.
Thanks
Khudeja
  • Suggested answer
    Olister Rumao Profile Picture
    3,959 on at
    RE: Caption property not working for action in Business Central Platform version 15

    Hi Khudeja,

    Can you check and see if the object your extending still has the Q&ualification as the name or is it changed to something else?.

    I have observed this when I was trying to migrate a customized page to Business Central where the action names were changed as compared to NAV.

  • divyeshchitte Profile Picture
    950 on at
    RE: Caption property not working for action in Business Central Platform version 15

    Hi Can you try this by creating a new page extension.

               group(TEST)

               {

                   action(NewAction)

                   {

                       ApplicationArea = All;

                       ShortcutKey = 'Shift+Ctrl+T';

                       Caption = 'Check SystemID';

                       trigger OnAction()

                       var

                       begin

                           //Code

                       end;

                   }

               }

  • Guillaume Lafond Profile Picture
    75 on at
    RE: Caption property not working for action in Business Central Platform version 15

    It seems to be broken indeed. I've tested with your code and pushed it further with translation file to make sure this was not the potential issue.

    Turns out the field can still be modified but the actions on pages can't right now.

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 Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
YUN ZHU Profile Picture

YUN ZHU 628 Super User 2025 Season 1

#2
Mansi Soni Profile Picture

Mansi Soni 495

#3
Sagar Dangar, MCP Profile Picture

Sagar Dangar, MCP 395

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans