InterCompanyTradingSetupForm.formDataSourceAgrmPolicyValidateWrite Method [AX 2012]
Checks the validity of the record in the IntercompanyAgreementActionPolicy table to be written.
Syntax
public boolean formDataSourceAgrmPolicyValidateWrite(FormDataSource _dataSource, FormDataSource _parentDataSource)
Run On
Called
Parameters
- _dataSource
Type: FormDataSource Class
The data source for which the validity check is needed.
- _parentDataSource
Type: FormDataSource Class
The parent data source for the _dataSource parameter.
Return Value
Type: boolean
true if the record in the IntercompanyAgreementActionPolicy table is valid; otherwise, false.