CustEntryCertificateJour_W::findRecId Method
Finds the record in the CustEntryCertificateJour_W table by record id.
Syntax
client server public static CustEntryCertificateJour_W findRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
ID of the certificate to find.
- _forUpdate
Type: boolean
Shows if the record should be selected for update.
Return Value
Type: CustEntryCertificateJour_W Table
The record found in the CustEntryCertificateJour_W table.