How to restrict creation of record based on view for specific group
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 03:39 AM
Hi team
Please suggest on below.
Only for specific group on specific view the creation of resource plan records should be enabled
Thanks
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 03:50 AM
If group have a role then create ACL with the role.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 03:53 AM
You can select the related list 'UI visibility' on the 'create' UI action and select your view, assuming there is no other way you are allowing users to create them. And add the isMemberOf('') logic to the conditions as well.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark