This documentation is archived and is not being maintained.
SysCheckListItem.indeterminate Method [AX 2012]
Indicates if the checklist item is an optional item.
public boolean indeterminate([boolean _indeterminate])
Run On
Called
Parameters
-
_indeterminate
- Type: boolean
Optional parameter to set the checklist item as optional.
Return Value
Type:
boolean
Returns true if the checklist item is optional.
To check if the item is optional, call this API without any parameter.
To set the item as optional, call this API with the parameter _indeterminate = true. By default, the checklist item is mandatory.