BatchFieldProcessing coding group
Defines the possible field processings for the assignment for batch records.
Lua access code
To access the code of the codings below, append the coding group name and coding name to inmation.model.codes
,
see an example below.
return inmation.model.codes.BatchFieldProcessing.CUSTOMSCRIPT
Codings
Name | Code | Description |
---|---|---|
CUSTOMSCRIPT | 6 | The return value of a custom script will be assigned to the field |
DIRECT | 1 | The raw value will be used directly |
DIRECTDATETIME | 3 | The raw value will be used directly but converted into a Date/Time |
DIRECTNUMBER | 2 | The raw value will be used directly but converted into a number |
FIXEDVALUE | 4 | A fixed value will be assigned to the field |
MAPPING | 5 | Raw field values will be translated accordimg to the mapping table |