web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
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
  • Guillaume Lafond Profile Picture
    75 on at

    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.

  • divyeshchitte Profile Picture
    970 on at

    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;

                   }

               }

  • Suggested answer
    Olister Rumao Profile Picture
    4,009 on at

    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.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 748 Super User 2026 Season 2

#2
YUN ZHU Profile Picture

YUN ZHU 354 Super User 2026 Season 2

#3
AndrewThomas81 Profile Picture

AndrewThomas81 351 Super User 2026 Season 2

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans