Codeunit WSB_CFConditionalStyleMgt
A codeunit to help with applying conditional styling of calculated custom page fields or tiles/cues.
Properties
Methods
wgFncGetTileStyleExpr
Gets the "StyleExpr" property value for a custom calculated field value.
Parameters
Type |
Name |
Description |
Enum "WSB_CFEntity" |
pEntityType |
The entity type |
Integer |
pEntityTableID |
The ID of the entity table. |
Enum "WSB_CFDataType" |
pCustomFieldDataType |
The custom field's data type. |
Integer |
pCustomFieldNo |
The custom field number. |
Variant |
pCustomFieldValue |
The custom field value (decimal or integer). |
Returns
Type |
Description |
Text |
The StyleExpr property value as Text. |