CustomJournalTable_RU::findRecId Method
Finds a CustomJournalTable_RU record, based on the specified RecId value of the CustomJournalTable table.
Syntax
client server public static CustomJournalTable_RU findRecId(RecId _customJournalTableRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _customJournalTableRecId
Type: RecId Extended Data Type
The RecId of the CustomJournalTable table to search for.
- _forUpdate
Type: boolean
A Boolean value that determines whether to select the record for update; optional.
Return Value
Type: CustomJournalTable_RU Table
The CustomJournalTable_RU table record.