Share via


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

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