How to configure + (add new) button in workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2025 03:04 AM
Hi All,
How to configure + (add new) button in SOW workspace. I have a requirement where add new interaction should be visible for ABC audience and as OOB I could see new incident, new change request and that should not be visible for the same ABC audience. and for XYZ audience SOW should work as OOB like it should only show new incident and new change request.
Kindly assist!!
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2025 07:18 AM
Hi @Kiruthika J
Please take a look at below link
You can try adding conditions here, If you add 'canCreate' to true then it will be visible only if user has create access.
"condition": {
"tableDescription": {
"table": "problem",
"canCreate": true
}
Below link explains how can we restrict based on roles
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2025 03:49 AM
- Hi Voona Rohila,
how to restrict using audience(sys_ux_applicability) instead of roles.
Thanks!!