Share via


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

  • _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.

See Also

Reference

InterCompanyTradingSetupForm Class