Codeunit WSB_BRGCFCalcFieldPublishers¶
A codeunit that exposes event publishers for Apportunix Custom Fields to execute requests for calculated field values.
Properties¶
| Name | Value |
|---|---|
| Access | Public |
Methods¶
wgEvpCalculateCustomFieldValue¶
Allows Apportunix Custom Fields to hook into requests to calculate the value for calculated custom fields. Note that this is purely informative and cannot be used to bypass the licensing of the feature.
Parameters¶
| Type | Name | Description |
|---|---|---|
RecordRef |
pRecRefCustomFieldEntityTable |
The custom field entity table record. |
Integer |
pCustomFieldNo |
The custom field number (1 - 10). |
FieldType |
pDataType |
The data type of the custom field. |
Variant |
vResult |
The value. |
Boolean |
vIsSuccess |
Whether the calculation was successful. |