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:
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:
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.
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;
}
}
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.
YUN ZHU
628
Super User 2025 Season 1
Mansi Soni
495
Sagar Dangar, MCP
395