PurchBookTable_RU::checkIfCanBeSettled_Cust Method

Checks if customer transactions can be setteled on specified date depending on state of purchase books

Syntax

server private static boolean checkIfCanBeSettled_Cust(
    CustTrans _custTransInvoice, 
    CustTrans _custTransPayment, 
    TransDate _settlementDate)

Run On

Server

Parameters

Return Value

Type: boolean
true if transactions can be settled; otherwise false

See Also

Reference

PurchBookTable_RU Table