FormGroupControl.userSkip Method [AX 2012]

Sets or returns an integer that indicates whether the form group control is skipped when the user presses the TAB key to move to controls.

public int userSkip([int value])

Run On

Client

Parameters

value
Type: int
An integer that indicates the user setting for whether a form group control is skipped; optional.

Return Value

Type: int
1 if the form group control is skipped; otherwise, 0.

The user chooses whether to skip a form group control by using the User setup form.

Community Additions

ADD
Show: