Service Portal: Add info message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2017 06:45 PM
Hi,
Whenever user submits the incident (something is broken)we get the below mentioned info message in the incident page.The same incident when we submit in portal it showing same message.We want to override this message as want to redirect to other page in service portal .Could some please help me here.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2017 08:08 PM
Hello Gomathyshankar,
This message is hard coded in the script section of the record producer. Please check the same on your instance. Replace the below link with YOURINSTANCE NAME to get to the record producer
http://wiki.servicenow.com/index.php?title=Record_Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2017 12:23 AM
If you are using your customized service portal, wherever you have the code base for the page or i frame for the page(i believe it would be coming from i frame), you can do some java script DOM manipulation by identifying the element of "info message" and add you own data forcibly in the html content . By this you can achieve it to work only for portal and not for native UI. If you want to go ahead with this probably i can help with some codes .
thanks
please hit helpful/correct based on the impact of the response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2017 03:53 AM
Hi Sarfraz
It would be great help if you help me with codes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2017 08:16 AM
are you using a layout that is common through out your portal?.. if yes we can write javascript there!. please do post your layout code