FormGroupControl.userHide Method [AX 2012]

Sets or returns an integer data type that indicates whether a control is hidden from the user.

public int userHide([int value])

Run On

Client

Parameters

value
Type: int
An integer value that indicates whether a form group control is hidden from the user; optional.

Return Value

Type: int
1 if the form group control is hidden from the user; otherwise, 0.

The user can hide a form group control by right-clicking the control and then clicking Hide. This method lets you programmatically determine whether the control is hidden.

Community Additions

ADD
Show: