SysCheckListItem.getState Method [AX 2012]
Gets the state of the checklist item.
Syntax
public SysCheckListStatus getState()
Run On
Called
Return Value
Type: SysCheckListStatus Enumeration
Returns the state of the checklist item.
Remarks
Unlike the getStatus method, this method also checks if all dependent checklist items have been finished.
It also makes sure that there is no dependency from a mandatory checklist item on an optional one.