PmfFormCtrl.parmFormDataSource Method [AX 2012]
Gets or sets the primary form data source that this control will manage.
public FormDataSource parmFormDataSource([FormDataSource _formDS])
Run On
CalledParameters
- _formDS
- Type: FormDataSource Class
A Form data source to assign; optional.
Return Value
Type: FormDataSource ClassThe current form data source that is assigned to this control.
When setting the instance of the FormRun class, the base implementation calls the same method on all the instances of the PmfFormCtrl class that are assigned as sub-controls to this object. All child classes must call this parent method when they override this method. The form is only required to call this event method when there is actual code that is associated with the event method or any of the sub-controls that are associated with this object.
Community Additions
ADD
Show: