FormGroupControl.autoDataGroup Method [AX 2012]

Sets or returns a Boolean value that specifies whether a form group control can contain only the fields in the data group that are specified for the control.

public boolean autoDataGroup([boolean value])

Run On

Client

Parameters

value
Type: boolean
A Boolean data type that indicates whether a form group control can contain only fields in the data group; optional.

Return Value

Type: boolean
true if a form group control can contain only fields in the data group; otherwise, false.

You use the FormGroupControl.dataGroup method to set or return a data group for a form group control.

Community Additions

ADD
Show: