SysQueryForm.isVisibleBasedOnMostRestrictedStatus Method [AX 2012]

Determines whether to display a field based on the most restricted union of the queryfiltersand querybuildranges value that are applied on the field.

Syntax

public NoYes isVisibleBasedOnMostRestrictedStatus(QueryBuildDataSource qbs, FieldName fieldName)

Run On

Client

Parameters

Return Value

Type: NoYes Enumeration
true if the most restricted union status is Open or Locked; otherwise, false.

See Also

Reference

SysQueryForm Class