SysCheckListItem.visible Method [AX 2012]

Gets or sets the visibility of the checklist item.

Syntax

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.

Remarks

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.

See Also

Reference

SysCheckListItem Class