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 public static boolean checkIfCanBeSettled_Cust(
CustTrans _custTransInvoice,
CustTrans _custTransPayment,
TransDate _settlementDate)
Run On
Server
Parameters
- _custTransInvoice
Type: CustTrans Table
Debet customer transaction
- _custTransPayment
Type: CustTrans Table
Credit customer transaction
- _settlementDate
Type: TransDate Extended Data Type
Date of settlement
Return Value
Type: boolean
true if transactions can be settled; otherwise false