Actions - Images

All actions must have an image assigned to them.

Bad code

{ 7 ;1 ;Action ;
        CaptionML=ENU=Customer - &Balance;
        RunObject=Report 121 }

Good code

{ 7 ;1 ;Action ;
        CaptionML=ENU=Customer - &Balance;
        RunObject=Report 121 }
        Image=Report }

Last modified December 16, 2025: Merge pull request #275 from microsoft/issues/250 (36c4ec1) by Jeremy Vyska