FormGroupControl.optionValue Method [AX 2012]

Sets or returns the value for the option button that is associated with a form group control.

public int optionValue([int value])

Run On

Client

Parameters

value
Type: int
An integer value that specifies the value for the option button; optional.

Return Value

Type: int
An integer value that specifies the value for the option button.

Use the FormGroupControl.frameOptionButton method to set or return the option button for a form group control.

Community Additions

ADD
Show: