Survey - How do i remove "This Survey is in regards to...." notification ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2017 08:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 01:15 AM
HI Steven,
I have followed the same and given filter in customer updates records but I could not find any record please suggest
I have to add short description of the ticket as mentioned below, but it should be only available to incident not for other tables.
Please let me know where I have to modify this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2017 09:01 PM
Hi Jonas,
Following lines from 'assessment_take2' UI page shows the message. You may add another condition or comment these lines to get rid of the alert.
<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">${gs.getMessage('${task_record}')}</a>
<button data-dismiss="alert" class="btn btn-icon close icon-cross">
<span class="sr-only">Close</span>
</button>
</div>
</j2:if>
Please remember that when you modify these OOB scripts, upgrades will skip the customer modified scripts.
Thanks
Antin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 01:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2022 03:28 AM
Hi have you solved this? If so any suggestions? I need to do this too! Thanks