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
- _projInvoiceProjId
Type: ProjInvoiceProjId Extended Data Type
The project ID of the invoice project.
- _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.