Images aren't displaying in surveyIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Some images were not displaying within surveys (a gradient image to visually show the scale of [1] very dissatisfied [red color] to [5] very satisfied [dark green color]) Release Jakarta Patch 9c Cause The user who received the survey does not have access to the sys_attachment table (further explanation below) Resolution The user who created the survey was utilizing an unsupported method of adding images to a survey (dropping them directly into the details section of a question). It was recommended to the creator of the survey to utilize the supported method, and to do so by separating their gradient image into color blocks via Image Scale and adding Image Choices. An example solution was provided: use a solid color block for each of the following choices: (1) Very dissatisfied (Red), (2) Dissatisfied (Orange), (3) Good (Yellow), (4) Satisfied (Lime Green), (5) Very satisfied (Hunter or Forest Green). Some helpful documentation was also offered regarding Image Scale / Image Choices: https://docs.servicenow.com/csh?topicname=r_SurveyQuestionDataTypes.html&version=latesthttps://docs.servicenow.com/csh?topicname=t_CreateAMetricTemplate.html&version=latesthttps://docs.servicenow.com/csh?topicname=c_SurveyDesignerElements.html&version=latest (Survey Designer Elements - including Image Scale)