ReleaseUpdateBulkCopyDB.applyEnumValueTransformation Method [AX 2012]
Applies a base enumeration value transformation on the field as part of the bulk copy operation.
Syntax
protected str applyEnumValueTransformation(str _field, DictEnum _dictEnum)
Run On
Server
Parameters
- _field
Type: str
The field to apply the transformation on.
- _dictEnum
Type: DictEnum Class
The base enumeration value where transformation is potentially available.
Return Value
Type: str
The field name with transformation applied.