KMCollectionQuestionAnswer::questionResultGroupId Method
Gets the KmQuestionResultGroupId field value from a KMCollectionQuestionAnswer table record based on the supplied values of the KMCollectionId, KMQuestionId, ParentQuestionId, and AnswerCollectionSequenceNumber fields.
Syntax
client server public static KMQuestionResultGroupId questionResultGroupId(
KMCollectionId _kmCollectionId,
KMQuestionId _kmQuestionId,
KMQuestionParentId _parentQuestionId,
KMAnswerCollectionSequenceNumber _answerCollectionSequenceNumber)
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.
- _parentQuestionId
Type: KMQuestionParentId Extended Data Type
The value of the ParentQuestionId field of the record to find.
- _answerCollectionSequenceNumber
Type: KMAnswerCollectionSequenceNumber Extended Data Type
The value of the AnswerCollectionSequenceNumber field of the record to find.
Return Value
Type: KMQuestionResultGroupId Extended Data Type
A KmQuestionResultGroupId field value.