Communication tab of Major Incident Workbench is not visible in Danish languageIssue Communication tab of Major Incident Workbench is not visible in Danish languageCauseBy design choice values defined for 'contact_responsibility.type' are not available in Danish language. ServiceNow does not provide any Danish translation.ResolutionThe solution is to create the choice value in Danish language which are missing for 'contact_responsibility.type'. As mentioned below, ServiceNow does not provide any Danish translation. We would recommend to customer to deploy the choice records accordingly. Particular error message when debugging SQL SQL xxxxx Time: 0:00:00.000 for: <name>test_1[glide.0] [274946308] SELECT ... FROM sys_choice sys_choice0 WHERE sys_choice0.`name` = 'contact_responsibility' AND sys_choice0.`element` = 'type' AND (sys_choice0.`inactive` IS NULL OR sys_choice0.`inactive` = 0) AND sys_choice0.`language` = 'da' /*...*/log xxxxx Evaluator: org.mozilla.javascript.EcmaError: Cannot find function canRead in object null. Caused by error in sys_script_include.1b91fb105350130009170ef5d5dc345d.script at line 540log xxxxx Evaluator: org.mozilla.javascript.EcmaError: Cannot find function canRead in object null. Caused by error in sys_script_include.1b91fb105350130009170ef5d5dc345d.script at line 554log xxxxx Evaluator: org.mozilla.javascript.EcmaError: Cannot find function canRead in object null. Caused by error in sys_script_include.1b91fb105350130009170ef5d5dc345d.script at line 1015log xxxxx Evaluator: org.mozilla.javascript.EcmaError: Cannot find function canRead in object null. Caused by error in sys_script_include.09b5281f533b030009170ef5d5dc344c.script at line 292log xxxxx Evaluator: org.mozilla.javascript.EcmaError: Cannot find function canRead in object null. Caused by error in sys_script_include.fdef07990b0813004034478d83673ab2.script at line 9 6: return new sn_ws_err.BadRequestError("Task id not provided"); 7: 8: var taskGr = new GlideRecord('task'); ==> 9: if (!taskGr.get(taskSysId)) 10: return new sn_ws_err.NotFoundError("Requested Task not found"); 11: 12: var communicationManagementRestHandlerSNC = new CommunicationManagementRestHandlerSNC();