- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 10:44 PM
Hi All,
In Service portal after clicking approval rejection button one blue alert message is coming over top of portal page which customer doesn't like and asking to remove those alerts highlighted in attached image. Please help me that where I can fix this alert message.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 12:46 AM
Hello @sivakumar_raman Please check BR 'sc_req_item comment events' on 'Requested Item' table in your instance where you will find this infomessage.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 11:00 PM
Hi @sivakumar_raman Please check below things
1.Business Rule on Approval Table
2. Approval widget
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 11:15 PM - edited ‎02-20-2024 11:17 PM
Hi,
You can check the gs.addInfoMessage() is added somewhere in your code OR check the business rules which are triggering at that time which contains gs.addInfoMessage(). If present you can remove that.
Thanks
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 12:46 AM
Hello @sivakumar_raman Please check BR 'sc_req_item comment events' on 'Requested Item' table in your instance where you will find this infomessage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2024 07:08 AM
thanks for response, its working. Similarly after approval populating one alert message. How can we fix this alert message.