PdsFormCtrl_PdsApprovedVendorList.visibleFormControl Method [AX 2012]

Indicates whether the specified form control is displayed.

protected void visibleFormControl(IdentifierName _name, boolean _visible)

Run On

Called

Parameters

_name
Type: IdentifierName Extended Data Type
The ID of the form control.
_visible
Type: boolean
true to show the field; otherwise, false.

This is a convenience method to show or hide a control on the associated form. If the referenced control does not exist on the form then this method does nothing.

Community Additions

ADD
Show: