ProjProposalJour::findRecid Method
Returns the invoice proposal journal for the given record ID passed in as a parameter.
Syntax
client server public static ProjProposalJour findRecid(RecId _iRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _iRecId
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.