Codeunit WSB_StatusPictureMgt¶
Exposes procedure to help with managing status pictures for list pages.
Properties¶
| Name | Value | 
|---|---|
| Access | Public | 
Methods¶
wgFncGetStatusPicture¶
Retrieve the status picture for the specified parameter.
Parameters¶
| Type | Name | Description | 
|---|---|---|
| Enum "WSB_StatusPictureType" | pType | The status picture type | 
| Integer | pStatus | The status (as integer) | 
| Record "WSB_StatusPictureBuffer" temporary | vRecTempStatusPictureBuffer | The status picture (in a temporary/buffer record) | 
wgFncInsertStatusPicture¶
Inserts a status picture into the "WSB_StatusPicture" table for the specified parameters. If a status picture already exists for the specified parameters, then it will be updated.
Parameters¶
| Type | Name | Description | 
|---|---|---|
| Enum "WSB_StatusPictureType" | pType | The status picture type | 
| Integer | pStatus | The status (as integer) | 
| Text | pPictureBase64 | The status picture as Base64 string | 
| Text | pDescription | A description for the status (picture) |