Share via


RetailConnAX5SCClient.addFieldEx Method [AX 2012]

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.

See Also

Reference

RetailConnAX5SCClient Class