PurchBookTable_RU::checkIfCanBeSettled_RU Method
Checks if customer or vendor transactions can be setteled on specified date depending on state of purchase books
Syntax
server public static boolean checkIfCanBeSettled_RU(
CustVendTrans _custVendTransInvoice,
CustVendTrans _custVendTransPayment,
TransDate _settlementDate)
Run On
Server
Parameters
- _custVendTransInvoice
Type: CustVendTrans Map
Invoice customer transaction
- _custVendTransPayment
Type: CustVendTrans Map
Payment customer transaction
- _settlementDate
Type: TransDate Extended Data Type
Date of settlement
Return Value
Type: boolean
true if transactions can be settled; otherwise false