Share via


ProjInvoiceTable::find Method

Returns the invoice project with the given ID.

Syntax

client server public static ProjInvoiceTable find(ProjInvoiceProjId _projInvoiceProjId, [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean data type that can be set to true in order to update the activity; optional.

Return Value

Type: ProjInvoiceTable Table
The desired invoice project.

Remarks

This method returns null if the invoice project does not exist.

See Also

Reference

ProjInvoiceTable Table