Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.