Page WSB_CFFactBox¶
A factbox page to display custom calculated fields as page fields or cues/tiles in the factbox pane of pages.
Properties¶
| Name | Value |
|---|---|
| ApplicationArea | #All |
| Caption | Custom Tiles |
| Extensible | False |
| PageType | CardPart |
| RefreshOnActivate | True |
| SourceTable | 70256953 |
| UsageCategory | None |
Methods¶
wgFncUpdateValues¶
Updates the values of the factbox with the specified values.
Parameters¶
| Type | Name | Description |
|---|---|---|
Variant |
pRecRelatedVariantSelectedRecord |
The entity record. |
Code[20] |
pCalculatedCodeFieldValues |
The code field values. |
Text |
pCalculatedTextFieldValues |
The text field values. |
Integer |
pCalculatedNumberFieldValues |
The integer (number) field values. |
Decimal |
pCalculatedDecimalFieldValues |
The decimal field values. |
Date |
pCalculatedDateFieldValues |
The date field values. |
Boolean |
pCalculatedBooleanFieldValues |
The boolean field values. |