Share via


RetailConnDataDirectorClient.addFieldEx Method [AX 2012]

Adds a field to the client.

Syntax

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.

See Also

Reference

RetailConnDataDirectorClient Class