InterCompanyTradingSetupForm.formDataSourceValueMapValidateWrite Method [AX 2012]

Validates the InterCompanyTradingValueMap record to write.

Syntax

public boolean formDataSourceValueMapValidateWrite(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 InterCompanyTradingValueMap record is valid; otherwise, false.

See Also

Reference

InterCompanyTradingSetupForm Class