ProjInvoiceTable::findByDataArea Method
Returns the invoice project with the given ID and data area.
Syntax
client server public static ProjInvoiceTable findByDataArea(
ProjInvoiceProjId _projInvoiceProjId,
[SelectableDataArea _dataArea,
boolean _forupdate])
Run On
Called
Parameters
- _projInvoiceProjId
Type: ProjInvoiceProjId Extended Data Type
The project ID of the invoice project.
- _dataArea
Type: SelectableDataArea Extended Data Type
The data area to look for the invoice project in.
- _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.