When using g_modal, is there a way to force security rules?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2025 12:03 PM
I am setting up a UI Action that allows users to create contacts from a case form, but no ACL checks are happening. Or in other words, users without access to create contacts are still able to. I turned on security debugging and confirmed no ACLs are running when the modal displays, nor when they submit. Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2025 01:06 PM
Hi @mpsteve137 - It might be helpful if you share your code. Assuming you're using GlideRecord, use GlideRecordSecure instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2025 01:22 PM
Agree with Sheldon, please provide code and/or use GlideRecordSecure. Alternatively you could restrict the visibility of the UI Action.