How to resolve a survey not generating assessment instance recordsIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Troubleshoot issues where a survey stops triggering or stops generating assessment instance records. When running instance creation scripts in /sys.scripts.do, the message "instance is not created" may appear. The following scripts may be used to test assessment instance creation: HR case trigger condition test var gr = new GlideRecord("sn_hr_core_case"); gr.get("<sys_id_of_record>"); (new sn_assessment_core.AssessmentCreation()).conditionTrigger(gr, '<sys_id_of_trigger_condition>'); Direct assessment creation test var instanceId = new SNC.AssessmentCreation().createAssessments("<sys_id_of_survey_def>", "", "<sys_id_user>"); If assessment instances are not created, the following warning message may appear in the log: [AssessmentCreation - createInstances_Parameters]: For assessment 158a17920f226bc0484991dbe1050e9b, for user 3b8a6e79134cab004744bd122244b072, instance is not created. Possible reasons are: 1. Please make sure that at least one metric category has at least one assessable record associated. 2. Please make sure that at least one metric category has at least one metric. 3. Please make sure that if domain plugin is installed, at least one assessable record is visible to this user. 4. Please make sure that at least one metric category is accessable to this user - check the roles on category. 5. Please make sure that this user has required roles to access the assessable record.: no thrown error [AssessmentCreation - createInstances_Parameters]: For assessment 158a17920f226bc0484991dbe1050e9b, for following users [3b8a6e79134cab004744bd122244b072], no instance is created. Please find previous error messages for details.: no thrown error Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } All supported releases Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Review each condition listed in the warning message. To check for a related assessable record, complete the following steps: Go to Assessments > Assessable Records.Change the Evaluation method from Assessment to Survey.Search for the survey name in the Name field.In the Category related list, select Edit.In the available and selected lists, move the correct category to the selected side.Select Save.