ProjTable::existProjOpenOnAcc Method
Checks whether on-account transactions that have not been invoiced exist for any project associated with the invoice project and currency passed in as parameters.
Syntax
client server public static boolean existProjOpenOnAcc(ProjInvoiceProjId projInvoiceProjId, CurrencyCode currencyId)
Run On
Called
Parameters
- projInvoiceProjId
Type: ProjInvoiceProjId Extended Data Type
The ID of the invoice project.
- currencyId
Type: CurrencyCode Extended Data Type
The currency ID.
Return Value
Type: boolean
true if on-account transactions exist; otherwise, false.