This documentation is archived and is not being maintained.
SysCheckListItem.visible Method [AX 2012]
Gets or sets the visibility of the checklist item.
public boolean visible([boolean _visible])
Run On
Called
Parameters
-
_visible
- Type: boolean
Input parameter.
Return Value
Type:
boolean
Returns true if the configuration keys for the checklist item are all enabled.
The visibility of a checklist item depends on not only the return value of this method but also the return value of the isRunnable method.