I want to add Info message in Portal view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 12:46 AM
Hi Team.
I want to add Info message in Poral view.
Currently this message showing in platform view
But I want to add this message in Portal view also
Condition : This message should remain display until "CAN PROVISION PROD (u_approved_for_production_provisioning) "box is checked.
Can please help me how to achieve this.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 01:56 AM
I have created UI policy but not working , no info message showing in the Portal view
Portal view :
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 02:06 AM
the field message will be shown only when the Value of variable is not true
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 01:01 AM
Hello @JVINAY ,
try
spUtil.addInfoMessage('message');
If this solution helped resolve your issue, please consider marking it as helpful or correct.
This will assist others in finding the solution faster and close the thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 01:14 AM
Hi @Shree_G ,
for my understanding where to add this, Client script or Business rule. Please elaborate.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 01:48 AM
Hello @JVINAY ,
The spUtil is used to perform common functions in the Service Portal widget client script.
If this solution helped resolve your issue, please consider marking it as helpful or correct.
This will assist others in finding the solution faster and close the thread.