To enable the application to call the question set (specifically, to enable binding the question set to the questionnaire wizard in S3), you must configure the C# object and entity the wizard will use with the questionnaire property. The questionnaire property comes from the framework. You must configure it with the following:
- Entity Field: This entity attribute property binds to the Questionnaire panel.
- Entity Type Value: This defines the category for the question set based on different types of entities the questionnaire belongs to. This is a code value property.
- Entity Type ID: This is a Code ID property that is a defined category for question sets. The default value is 201.
- Question Set ID: This is an identifier property for the question set. It binds the question set to the property.
- Reference ID: This is a secondary ID. The combination of Entity Type Value and Reference ID must be unique for each questionnaire property on the C# object.
This post is part of the Questionnaire topic. Click here to open the Questionnaire Overview.