This documentation is archived and is not being maintained.
RetailConnDataDirectorClient.addOption Method [AX 2012]
Adds an option for the specified field.
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.