Limited visibility to Announcements
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi All,
I have got a business requirement where I have to create and display announcement (dynamic) on portal and I am doing that via a flow designer based on certain trigger.
The issue here is that I want to show to announcement only to the users who are part of group A.
Can you suggest some methods to do this ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I don't think any other way available
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
User criteria enables you to allow access to users based on role, department, group, location, or company. Administrators can control access to pages, widgets, widget instances, announcements, and search sources in a portal by creating and applying user criteria.
Refer: Servicenow documentation: User criteria for Service Portal
Also Refer: Restrict visibility announcement on portal to specific groups.
Any role for accessing announcement banner on the service portal?
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@Tanushree Maiti - I am able to create a user criteria and link it to a static announcement but, how can I do this for a dynamic announcement which is being created by a flow designer ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Refer : KB3023146 How to enable user criteria for announcements in service/esc portal.
Using Business Rule also you can do it.
Refer : Creating Portal Announcements Automatically from an Outage or Knowledge Article
SAme script you can use from flow.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Tanushree Maiti - I have already created the flow for creating the dynamic announcement. My doubt is regarding how to add the user criteria to this dynamic announcement ?