Share via


SysQueryRun.promptShowCompany Method [AX 2012]

Indicates whether the company ranges tab is displayed on the query form.

Syntax

public boolean promptShowCompany([boolean _newValue])

Run On

Called

Parameters

  • _newValue
    Type: boolean
    A Boolean value that indicates if the company ranges tab is displayed.

Return Value

Type: boolean
true if tab is displayed; otherwise false.

See Also

Reference

SysQueryRun Class