Share via


RetailConnDataDirectorClient.addParamField Method [AX 2012]

Adds a parameter field to the client.

Syntax

public void addParamField(
    str _fieldName, 
    int _dataType, 
    int _operator)

Run On

Called

Parameters

  • _fieldName
    Type: str
    A string value that holds the name of field that is to be added.
  • _dataType
    Type: int
    The type of field.
  • _operator
    Type: int
    Value of the operator.

See Also

Reference

RetailConnDataDirectorClient Class