Share via


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

  • 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.

See Also

Reference

ProjOnAccTrans Table