VendParameters::checkDocumentDate Method
Validates invoice document date.
Syntax
client server public static boolean checkDocumentDate(TransDate _transDate, DocumentDate _documentDate)
Run On
Called
Parameters
- _transDate
Type: TransDate Extended Data Type
The transaction date to check.
- _documentDate
Type: DocumentDate Extended Data Type
The document date to check.
Return Value
Type: boolean
true if the validations is successful; otherwise, false.