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.
Checks if customer transactions can be setteled on specified date depending on state of purchase books
Syntax
server private static boolean checkIfCanBeSettled_Vend(
VendTrans _vendTransInvoice,
VendTrans _vendTransPayment,
TransDate _settlementDate)
Run On
Server
Parameters
- _vendTransInvoice
Type: VendTrans Table
Credit vendor transaction
- _vendTransPayment
Type: VendTrans Table
Debet vendor transaction
- _settlementDate
Type: TransDate Extended Data Type
Date of settlement
Return Value
Type: boolean
true if transactions can be settled; otherwise false