KMAnswerCollection::find Method
Finds a record in the KMAnswerCollection table, depending on the value of the specified KMAnswerCollectionId field.
Syntax
client server public static KMAnswerCollection find(KMAnswerCollectionId _kmAnswerCollectionId, [boolean _forUpdate])
Run On
Called
Parameters
- _kmAnswerCollectionId
Type: KMAnswerCollectionId Extended Data Type
The value of the KMAnswerCollectionId field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: KMAnswerCollection Table
A record from the KMAnswerCollection table.