Share via


RetailConnDataDirectorClient.addField Method [AX 2012]

Adds a field to the client.

Syntax

public void addField(str _fieldName, int _dataType)

Run On

Called

Parameters

  • _fieldName
    Type: str
    The name of field that is to be added.
  • _dataType
    Type: int
    The data type of the field.

See Also

Reference

RetailConnDataDirectorClient Class