AL icon indicating copy to clipboard operation
AL copied to clipboard

No AA0218 warning on certain role center actions

Open NKarolak opened this issue 10 months ago • 0 comments

1. Describe the bug Warning AA0218 "The Tooltip property for PageAction ... must be filled." is missing within role center areas "Sections" and "Embedding".

2. To Reproduce Activate rule AA0218. On a role center page, add the following action (each with a different name, of course) without tooltips to area(Processing), area(Embedding) and area(Sections):

                action(MyAction1)
                {
                    Caption = 'My Action';
                    Image = FaultDefault;
                    RunObject = page "Item Card"; 
                }

Wait until warnings appear.

3. Expected behavior All new actions should throw warning AA0218.

4. Actual behavior Only the action within area(Processing) generates a warning. The warning is missing for area(Embedding) and area(Sections). Note that all role center areas display tooltips in the UI.

5. Versions:

  • AL Language: v14.2.1249978 Internal work item: AB#573516

NKarolak avatar Feb 24 '25 16:02 NKarolak