SalesBookTable_RU::checkIfCanBeSettled_Vend Method
Indicates whether the customer transactions can be settled on a specified date that depends on the state of purchase books.
Syntax
server public static boolean checkIfCanBeSettled_Vend(
VendTrans _vendTransInvoice,
VendTrans _vendTransPayment,
TransDate _settlementDate)
Run On
Server
Parameters
- _vendTransInvoice
Type: VendTrans Table
A credit vendor transaction.
- _vendTransPayment
Type: VendTrans Table
A debt vendor transaction.
- _settlementDate
Type: TransDate Extended Data Type
The settlement date.
Return Value
Type: boolean
true if the transactions can be settled; otherwise false.