KMCollectionQuestion::findRecId Method
Finds a record in the KMCollectionQuestion table by using the specified record ID value.
Syntax
client server public static KMCollectionQuestion findRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The value of the record ID of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: KMCollectionQuestion Table
A record from the KMCollectionQuestion table.