- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi All,
Could you please help me in understanding, if i can create a view for table (ex. Incident) which has both read and write access. If yes, what kind of permission should be provided on the view.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi @Raghuj ,
Yes, you can create a view for a table like Incident that allows both read and write access by configuring the appropriate ACLs specifically, you need to create a table level ACL with read and write operations and assign it to the desired roles, ensuring that users have the necessary permissions to interact with the table through the view...
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Views are alternate form layouts for the same table. You select which fields are visible and in what order it is presented to the user accessing the form.
Create/Update/Delete permissions at table and field level is maintained by roles and ACLs. You can view below article for more information
https://www.servicenow.com/community/itsm-articles/access-control-lists-in-servicenow/ta-p/2304210
You can follow below approaches using scripted ACL to provide permissions based on view
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi @Raghuj ,
Yes, you can create a view for a table like Incident that allows both read and write access by configuring the appropriate ACLs specifically, you need to create a table level ACL with read and write operations and assign it to the desired roles, ensuring that users have the necessary permissions to interact with the table through the view...
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
thanks Kaushal. Let me try it.
Regards,
RJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Views are alternate form layouts for the same table. You select which fields are visible and in what order it is presented to the user accessing the form.
Create/Update/Delete permissions at table and field level is maintained by roles and ACLs. You can view below article for more information
https://www.servicenow.com/community/itsm-articles/access-control-lists-in-servicenow/ta-p/2304210
You can follow below approaches using scripted ACL to provide permissions based on view
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Did you get a chance to review this ?
As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan