Codeunit WSB_CFDefinitionMgt¶
Manages Custom Fields Definition changes to reflect in the tables associated with the Custom Fields Definition.
Properties¶
Name | Value |
---|---|
Access | Public |
Methods¶
wgFncClearFieldValues¶
Clears existing values for this custom field when action Clear Field Values executed.
Parameters¶
Type | Name | Description |
---|---|---|
Record "WSB Custom Field Definition" |
pRecWSBCustomFieldDefinition |
Record for which values must be deleted in related tables |
wlEvpOnBeforeClearRelatedValues¶
Allows to suppress confirm dialog on delete of the WSB Custom Field Definition record.
Parameters¶
Type | Name | Description |
---|---|---|
Record "WSB Custom Field Definition" |
pRecWSBCustomFieldDefinition |
The WSB Custom Field Definition record. |
Boolean |
vSuppressDialog |
Set this to true, if confirm dialog must be suppresed on deletion of the record. |