Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the records in the KMQuestionRow table, depending on the specified value of the KMQuestionId field.
Syntax
client server public static KMQuestionRow findKMQuestionId(KMQuestionId _kmQuestionId, [boolean _forUpdate])
Run On
Called
Parameters
- _kmQuestionId
Type: KMQuestionId Extended Data Type
The value of the KMQuestionId 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: KMQuestionRow Table
Record buffers from the KMQuestionRow table.