SupplierQualificationQuestions
The Supplier Qualification Questions resource gets the questions. You must have the necessary roles and privileges to use this REST resource. For additional details, refer to the Job Roles and Privileges and Status Codes topics.
Columns
Name | Type | Description |
QuestionId [KEY] | Long | Value that uniquely identifies the question. |
Revision | Int | Number that identifies the revision of this question. Revision 0 is the base revision. |
Question | String | Name of the question or identifier entered by the user. |
QuestionLevelCode | String | Abbreviation that identifies whether the question is relevant to a supplier or to a supplier site. A list of accepted values is defined in the lookup type POQ_QUESTION_LEVEL. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. |
QuestionLevel | String | Value that identifies whether the question is relevant to a supplier or to a supplier site. |
ResponderTypeCode | String | Abbreviation that identifies the type of responder for the question. Valid values are SUPPLIER, INTERNAL, or AUTOMATIC. A list of accepted values is defined in the lookup type POQ_RESPONDER_TYPE. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. |
ResponderType | String | Value that identifies the type of responder for the question. Valid values are SUPPLIER, INTERNAL, or AUTOMATIC. |
SupplierAttributeFlag | Bool | Contains one of the following values: true or false. If true, then the question is mapped to an attribute from the supplier profile. If false, then the question is not mapped. The default value is false. |
SupplierAttributeCode | String | Abbreviation that identifies the supplier attribute that this question is mapped to. Valid values include ADDITIONAL_INFORMATION, BUSINESS_CLASSIFICATION, CORPORATE_PROFILE, INCOME_TAX, PRODUCTS_AND_SERVICES, SUPPLIER_SITE, or TRANSACTION_TAX. |
SupplierAttribute | String | SupplierAttribute of SupplierQualificationQuestions |
QuestionTypeCode | String | Abbreviation that identifies the type of question. Valid values include MCSS, MCMS, or INPUT_BOX. A list of accepted values is defined in the lookup type POQ_QUESTION_TYPE. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. |
QuestionType | String | Value that identifies the following types of question: multiple choice question with single selection, a multiple choice question with multiple selections, a question without predefined acceptable responses. |
QuestionStatusCode | String | Abbreviation that identifies the status of the question. A list of accepted values is defined in the lookup type POQ_QUESTION_STATUS. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. |
QuestionStatus | String | Value that identifies the status of the question. |
OwnerId | Long | Value that uniquely identifies the owner of the question. |
Owner | String | Name of the owner of the question. |
DisplayPreferredResponseFlag | Bool | Contains one of the following values: true or false. If true, then display the preferred response, if it exists, to the supplier. If false, then do not display the preferred response. The default value is false. |
CriticalQuestionFlag | Bool | Contains one of the following values: true or false. If true, then the question is critical for evaluation. If false, then the question is not critical. The default value is false. |
ResponseRequiredFlag | Bool | Contains one of the following values: true or false. If true, then the response is required when a responder submits the question on a questionnaire. If false, then the response is not required. The default value is true. |
AllowResponderCommentsFlag | Bool | Contains one of the following values: true or false. If true, then the responder can enter free text comments when submitting a response to the question on a questionnaire. If false, then the responder cannot enter free text comments. The default value is false. |
QuestionText | String | Text of the question to be displayed to responders on a questionnaire. For the POST operation, use the question text in the base64 encoded format. |
QuestionHint | String | Additional instructions or information to be presented to responders with the question text. |
SubjectCode | String | Abbreviation that identifies the subject to be associated with the question for search purposes. A list of accepted values is defined in the lookup type POQ_SUBJECT. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. |
Subject | String | Value that identifies the subject to be associated with the question that is used to conduct a search. |
StandardsOrganizationCode | String | Abbreviation that identifies the standards organization designated as the source of this requirement. A list of accepted values is defined in the lookup type POQ_STDS_ORG. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. |
StandardsOrganization | String | Value that identifies the standards organization designated as the source of this requirement. |
ResponseTypeCode | String | Abbreviation that identifies the type of response that specifies the data type of the response. A list of accepted values is defined in the lookup type POQ_RESPONSE_TYPE. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. |
ResponseType | String | Value that identifies the type of response that specifies the data type of the response. Domain values include single line text, multiple line text, number, date, date and time, and URL. |
PreferredResponseDate | Date | Value that identifies the preferred response value for a question where the question is without predefined acceptable responses and response type is date. |
PreferredResponseDatetime | Datetime | Value that identifies the preferred response value for a question where the question is without predefined acceptable responses and response type is date and time. |
PreferredResponseNumber | Decimal | Value that identifies the preferred response value for a question where the question is without predefined acceptable responses and response type is a number. This attribute stores the preferred response value for this question. |
PreferredResponseText | String | Value that identifies the preferred response value for this question where the question is without predefined acceptable responses and a response type is either single-line text, multi-line text, or URL. |
ScoringMethodCode | String | Abbreviation that identifies the scoring method to be used for this question. The default value is NONE. A list of accepted values is defined in the lookup type ORA_POQ_QUES_SCORING_METHOD. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. |
ScoringMethod | String | Value that identifies the scoring method to be used for this question. The default value is NONE. |
MaximumScore | Int | Maximum score for the question. For an automatically-scored question this value will be calculated. For a manually-scored question this value will be manually assigned to this question. |
ScoreForNoResponse | Int | Score that is automatically assigned to an optional question if no response is provided for the question. |
ScoringApproachCode | String | Abbreviation that identifies the type of scoring approach for this question. A list of accepted values is defined in the lookup type ORA_POQ_QUES_SCORING_APPROACH. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. |
ScoringApproach | String | Value that identifies the automatic scoring approach for multiple-choice multiple-select questions. |
AttachmentAllowedCode | String | Abbreviation that identifies whether the responder is allowed to attach any documents to their responses. A list of accepted values is defined in the lookup type POQ_QUESTION_RESPONSE_ATTACH. Review the values for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. |
AttachmentAllowed | String | Value that identifies whether the responder is allowed to attach any documents to their responses. |
LatestRevisionFlag | Bool | Contains one of the following values: true or false. If true, then the revision is the latest revision for this question. If false, then the revision is not the latest. The default value is false. |
QuestionPlainText | String | Plain text of the question to be displayed to responders on a questionnaire. |
QuestionSurveyFlag | Bool | Contains one of the following values: true or false. If true, then the question can have multiple internal responses. If false, then the question can only have a single internal response. The default value is false. |
Finder | String | Finder of SupplierQualificationQuestions |