Share via


PmfFormCtrl_ProdParmSplit.dataSourceValidateWrite Method [AX 2012]

Validates the field data for the data source before writing.

Syntax

public boolean dataSourceValidateWrite()

Run On

Called

Return Value

Type: boolean
true if the field data is valid; otherwise, false.

Remarks

This method should be called from the form data source validateWrite method.

See Also

Reference

PmfFormCtrl_ProdParmSplit Class