Codeunit WSB_CFDefinitionFileExportMgt¶
Exposes procedures to import/export custom field definitions (with all related data) from/to an XML file.
Properties¶
| Name | Value |
|---|---|
| Access | Public |
Methods¶
wgFncExportCustomFieldDefinitions¶
Export Custom Field Definitions to an XML file.
wgFncExportCustomFieldDefinitions¶
Export Custom Field Definitions to a BLOB that contains the definitions in XML format.
Parameters¶
| Type | Name | Description |
|---|---|---|
Codeunit "Temp Blob" |
vCduTempBlob |
The TempBlob to write the custom field definitions to. |
wgFncImportCustomFieldDefinitions¶
Import Custom Field Definitions from an XML file.
wgFncImportCustomFieldDefinitions¶
Imports Custom Field Definitions from a BLOB that contains the definitions in XML format.
Parameters¶
| Type | Name | Description |
|---|---|---|
Codeunit "Temp Blob" |
pCduTempBlob |
The TempBlob to read the custom field definitions from. |