KMCollectionQuestionAnswer::find Method
Finds a record in the KMCollectionQuestionAnswer table, depending on specified values of the KMCollectionId, KMQuestionId, ParentQuestionId, and AnswerCollectionSequenceNumber fields.
Syntax
client server public static KMCollectionQuestionAnswer find(
KMCollectionId _kmCollectionId,
KMQuestionId _kmQuestionId,
KMQuestionParentId _kmQuestionParentId,
KMAnswerCollectionSequenceNumber _sequenceNumber,
[boolean _forUpdate])
Run On
Called
Parameters
- _kmCollectionId
Type: KMCollectionId Extended Data Type
The value of the KMCollectionId field of the record to find.
- _kmQuestionId
Type: KMQuestionId Extended Data Type
The value of the KMQuestionId field of the record to find.
- _kmQuestionParentId
Type: KMQuestionParentId Extended Data Type
The value of the ParentQuestionId field of the record to find.
- _sequenceNumber
Type: KMAnswerCollectionSequenceNumber Extended Data Type
The value of the AnswerCollectionSequenceNumber 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: KMCollectionQuestionAnswer Table
A record from the KMCollectionQuestionAnswer table.