RetailConnDataDirectorClient.addOption Method [AX 2012]

Adds an option for the specified field.

Syntax

public void addOption(
    int _option, 
    int _field, 
    int _optionParameter)

Run On

Called

Parameters

  • _option
    Type: int
    The option value to be added.
  • _field
    Type: int
    The field to which the option is to be added.
  • _optionParameter
    Type: int
    The option parameter value.

See Also

Reference

RetailConnDataDirectorClient Class