22 lines
345 B
Markdown
22 lines
345 B
Markdown
+++
|
|
title = "Actions - Images"
|
|
weight = 200
|
|
+++
|
|
All actions must have an image assigned to them.
|
|
|
|
Bad code
|
|
|
|
```al
|
|
{ 7 ;1 ;Action ;
|
|
CaptionML=ENU=Customer - &Balance;
|
|
RunObject=Report 121 }
|
|
```
|
|
|
|
Good code
|
|
|
|
```al
|
|
{ 7 ;1 ;Action ;
|
|
CaptionML=ENU=Customer - &Balance;
|
|
RunObject=Report 121 }
|
|
Image=Report }
|
|
```
|