Smart Assessment components
Several types of components are installed with Smart Assessment, including tables, scripts and business rules.
Tables
Smart Assessment adds the table listed in the following table.
| Table | Description |
|---|---|
| Questionnaire Template [sn_fsm_smart_asmt_template] |
Stores information about Smart Assessment templates and its associated questionnaire. |
Business Rules
Smart Assessment adds the business rules listed in the following table.
| Business Rule | Table | Description |
|---|---|---|
| Trigger smart assessment | Work Order Task [wm_task] |
Generates Smart Assessment instances for work order tasks. |
| Trigger smart assessment | Work Order [wm_order] |
Generates Smart Assessment instances for work orders. |
| Trigger smart assessment | Affected Product [wm_m2m_product_to_work_order] |
Generates Smart Assessment instances for affected products. |
| Verify Duplicate Association Of Template | Questionnaire template [sn_fsm_smart_asmt_template] |
Ensures that each Smart Assessment template is associated with only one questionnaire record. A Smart Assessment template can't be linked to multiple questionnaire records. |
Script Includes
Smart Assessment adds the script includes listed in the following table.
| Script Include | Description |
|---|---|
| FSMSmartAsmtUIControlSNC | Has methods to control UI components and actions based on the configuration for Smart Assessment. |
| FSMSmartAsmtUIControl | Contains a customizable wrapper for the script FSMSmartAsmtUIControlSNC. |
| FSMSmartAssessmentUtilSNC | Contains methods for all reference qualifiers and generates assessments from the Smart Assessment template if the conditions are met. |
| FSMSmartAssessmentUtil | Contains a customizable wrapper for the script FSMSmartAssessmentUtilSNC. |
| FSMSmartAssessmentDaoSNC | Contains all the database queries related to Smart Assessment. |
| FSMSmartAssessmentDao | Contains a customizable wrapper for the script FSMSmartAssessmentDaoSNC. |
| FSMSmartAssessmentMigrationHelperSNC | Contains methods related to survey type questionnaire and its instances migration to Smart Assessment. |
| FSMSmartAssessmentMigrationHelper | Wrapper |
| FSMSmartAssessmentsConstants | Holds the constants for Smart Assessment. |
| QuestionnaireUtilSmartAssessmentImpl | Implements the extension point QuestionnaireUtilExtPoint and contains utility methods for questionnaires and assessments. |
| QuestionnaireUtilAjax | Contains methods to alter fields on the record page based on the configuration. |
Scheduled Job
Smart Assessment adds the scheduled job listed in the following table.
| Scheduled Job | Description |
|---|---|
| Migrate survey instances to smart assessments | Migrates questionnaire instances to Smart Assessment and re-triggers the migrated instances. |