Security Constrains in one variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 10:40 AM
Hello friends... does anybody knows why is it happening when I impersonate any user and try to fill the field "Certification" (which should show a list) and how to fix it? 😢
Tks!!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 03:10 PM
It looks like that variable is referring a custom table: "u_cert_proj" you might to check the ACLs on that table. The users you are impersonating may not have access to the records on the table. You could also try moving your choices to the sys_choice table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 02:24 AM
Should I do something in here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 08:26 AM
You'll want to check the Access controls on the related lists towards the bottom of the page.