Share via


VendOutPaym_HSBC.validateHeaderValues Method [AX 2012]

Validates the details that are required by the export format.

Syntax

protected boolean validateHeaderValues()

Run On

Called

Return Value

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

Remarks

Validates the following details that are required by the export format:

  • Methods of payment - Vendor: Last file number is not equal or larger 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 will not occur.

See Also

Reference

VendOutPaym_HSBC Class