ProjOnAccTrans::projOpenOnAcc Method
Returns all the on-account transactions entered against projects in the invoice project passed in as a parameter. Only returns transactions that have not yet been invoiced and use the currency code passed in as a parameter.
Syntax
client server public static ProjOnAccTrans projOpenOnAcc(
ProjInvoiceProjId projInvoiceProjId,
CurrencyCode currencyCode,
[boolean update])
Run On
Called
Parameters
- projInvoiceProjId
Type: ProjInvoiceProjId Extended Data Type
The ID of the invoice project.
- currencyCode
Type: CurrencyCode Extended Data Type
The currency code that is used by the transactions to retrieve.
- update
Type: boolean
A Boolean value that determines whether the transaction to receive will require updating; optional.
Return Value
Type: ProjOnAccTrans Table
A record set of on-account transactions.