- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2021 02:56 AM
We have created a customized table that inherits from the task table
I would like to be able to see the details of a request in Request Summary > My Request when a non-authorized user creates a request.
However, when a non-privileged user creates a record using the Record Producer from the Service Portal, I get the error message "Sorry, either the data don't exist or you don't have the access.
The record is created successfully, but I cannot see the contents on the Service Portal.
Is there any solution?
Translated with www.DeepL.com/Translator (free version)
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2021 04:16 AM
Existing tables like incidents already have read acl to itil and requester. You can check the existing read ACLs on these tables.
As of custom table, you have to create a new acls according to your need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2021 03:06 AM
Can you share some screenshots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2021 03:17 AM
Thank you for your reply!!
Thank you for your confirmation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2021 04:19 AM
So you are using the record producer to create a record and after the submission the user maybe redirecting to created record.
But as you said user dont have access to that table, so they are getting this error on portal.
Can you check if that user can access the created record on native?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2021 05:23 AM
I couldn't access the records created natively.
However, I was able to browse by giving the user a role that can read the custom table !!!!!
Ultimately, do I have to give the user a role to load the custom table in order to see the details of the custom table record in the service portal?