- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2022 02:24 AM
Hi ,
I have created a record producer for a custom table, i have found the issue that when i impersonate as other user and submit record producer form in portal, it is showing as record not found for the impersonated person who has not having admin role.
can someone provide solution to fix this.
Thanks in Advance,
Regards,
kalyani
Solved! Go to Solution.
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2022 03:36 AM
Hi,
I hope you have a security admin privilege. If yes, can you go to the ACL and check your table name how many ACLs are created with that table. Disable those ACLs and try to do the same testing.
Please mark as correct answer and I hope, helped to identify the issue.
Regards,
Suresh.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2022 02:30 AM
Hi,
I assuming it's part of role issue.
Can you check the custom table and what role its tagged and is that role tagged to that user account.
Please mark as correct answer if it helped.
Regards,
Suresh.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2022 02:39 AM
The custom table has a role , but in requirement any user can submit form , then in that case how do we know for whom some particular role need to be added everytime, so i think it should work by default for all users when submitting form, instead of showing record not found.
Can u help, how to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2022 02:36 AM
Hi,
When you create custom table, system automatically creates custom role along with it unless restricted. Please check your custom table. If it has created role automatically, then your testing user should have access to read, write, create in that table. To stop this, uncheck Create access controls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2022 02:44 AM
Hi,
after unchecking this still that record not found issue is there.