Click or drag to resize

clsImportQualityProcessQuestioneAnswerType Enumeration

The results will be stored in the table View: MARIWorkItemResults: :Table: MPWorkItemResults. The data type of the stored results is defined in the AnswerType.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eAnswerType
Members
  Member nameValueDescription
AnswerTypeBoolean11: Yes/No question
AnswerTypeInteger32Bit44: The user will enter an integer number
AnswerTypeCurrency55: The entered value can have decimals.
AnswerTypeDate88: A date value as result answer
AnswerTypeVarChar1010: A text value as answer. Please add the AnswerLength to limit the size of the answer text.
ItemNumber100100: The answer to the question is the selection of an item from the SBO Item Master Data (to select a spare part as answer)
ServiceNumber101101: The answer to the question is the selection of a service to select a special repar service
Remarks
See Also