Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds field to data director client.
Syntax
public void addFieldEx(
    str _field, 
    int _dataType, 
    int _convType, 
    str _convValue)
Run On
Called
Parameters
- _field
 Type: str
 The field to be added to data director client.
- _dataType
 Type: int
 Data type of the field.
- _convType
 Type: int
 Conversion type used by the field.
- _convValue
 Type: str
 Conversion value used by the field.