KMQuestionnaireRunInformation Class [AX 2012]
The KMQuestionnaireRunInformation class manages the information for active questionnaire.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| collectionDescription | Gets the description of the questionnaire. |
| currentAnswerNote | Gets the note for the current question. |
| derivedMode | Indicates whether the current question is a conditional question. |
| enableClose | Indicates whether the questionnaire End button can be enabled. |
| enableNext | Indicates whether the questionnaire Forward button can be enabled. |
| enableNote | Indicates whether the questionnaire Show note button can be enabled. |
| enableOverview | Indicates whether the questionnaire Overview button can be enabled. |
| enablePrevious | Indicates whether the questionnaire Back button can be enabled. |
| enableTime | Indicates whether the questionnaire is timed. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isAnonymousQuestionnaire | Gets a NoYes enumeration type that indicates whether the questionnaire is anonymous. |
| kmCollection | Gets KmCollection table buffer of the active the questionnaire. |
| kmQuestionId | Gets KMQuestionId value of the current question. |
| mandatory | Indicates whether the current question is mandatory. |
| new | Creates a new instance of a KMQuestionnaireRunInformation class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the KMQuestionnaireRunInformation class. |
| questionCounterText | Indicates the progress through the questionnaire. |
| questionInstruction | Gets the instructions for the current question. |
| questionProgressPos | Gets a value that represents the completion percentage that is based on the progress through the questionnaire. |
| questionText | Gets the text for the current question. |
| removeMandatory | Removes a KMQuestionId value from the mandatoryQuestions set of mandatory questions. |
| setQuestion | Sets the values for the question to be answered. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showMedia | Gets the media that is associated with the current question. |
| showNote | A Boolean value that indicates whether the notice that is associated to a question is visible. |
| toggleOverview | Indicates whether the questionnaire overview is visible. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the _packedClass parameter value to an instance of the KMQuestionnaireRunInformation class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: