This documentation is archived and is not being maintained.
RetailConnDataDirectorClient.addFieldEx Method [AX 2012]
Adds a field to the client.
public void addFieldEx(
str _field,
int _dataType,
int _convType,
str _convValue)
Run On
Called
Parameters
-
_field
- Type: str
A string value that holds the name of field that is to be added.
-
_dataType
- Type: int
The type of field.
-
_convType
- Type: int
The conversion type.
-
_convValue
- Type: str
A string value that indicates the conversion.