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

Return Value

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

See Also

Reference

SalesBookTable_RU Table