ProjProposalJour::findRecId_W Method
Returns the invoice proposal journal for the given record ID passed in as a parameter.
Syntax
server public static ProjProposalJour findRecId_W(RecId _recId, [boolean _forUpdate])
Run On
Server
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the invoice proposal journal to retrieve.
- _forUpdate
Type: boolean
A Boolean value that determines whether the invoice proposal journal should be updated; optional.
Return Value
Type: ProjProposalJour Table
The desired invoice proposal journal.