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:
modify("Q&ualifications")
{
Caption = 'Education Qualification';
}
}
Please suggest the correct way if this is wrong.
Thanks
Khudeja