Share via


VendOutPaym_RBC.validateHeaderValues Method [AX 2012]

Validates values that are required by the export format.

Syntax

protected boolean validateHeaderValues()

Run On

Called

Return Value

Type: boolean
true if validation succeeds; otherwise, false.

Remarks

The following details are validated:

  • Methods of payment - Vendor: Last file number is not equal or more than 9999.

  • Company information: Company name is not blank.

  • Bank account: Company ID is not blank.

If any one of these validations fail, an appropriate error message is provided and the file export does not occur.

See Also

Reference

VendOutPaym_RBC Class