How to remove "This survey is in regards to Incident: XXXXXXX"Issue How to remove "This survey is in regards to Incident: XXXXXXX"ResolutionFollowing lines from 'assessment_take2' UI page shows the message In the HTML line 433 to 441. You may add another condition or comment these lines to get rid of the alert./sys_ui_page.do?sys_id=012918babfb001007a6d257b3f073996&sysparm_view=&sysparm_record_target=sys_ui_page&sysparm_record_row=1&sysparm_record_list=nameSTARTSWITHassessment_take2%5EORDERBYname&sysparm_record_rows=1[code] <j2:if test="$[GlideMobileExtensions.getDeviceType() == 'doctype']"> <div class="notification notification-info"> $[gs.getMessage('This {0} is in regards to {1}: ', msgArr)] <a onClick="openTaskOverlay(event)" class="related-task-link">${task_record}</a> <button data-dismiss="alert" class="btn btn-icon close icon-cross"> <span class="sr-only">Close</span> </button> </div> </j2:if> [/code]