Share via


EventBuildValidAlertFields.isControlInCurDataset Method [AX 2012]

Tests whether the FormControl is in the current dataset.

Syntax

protected boolean isControlInCurDataset(Object _formControl)

Run On

Client

Parameters

Return Value

Type: boolean
true if the FormControl is in the current dataset; otherwise, false.

Remarks

The current dataset can consist on multiple FormDataSources; that is, when data sources are joined and presented as one record on the UI. See also EventBuildValidAlertFields.setDataSourceMap Method.

See Also

Reference

EventBuildValidAlertFields Class