Insert new row embedded list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 06:34 AM
Hello experts
I have an embedded list on a form. Only users with role X have write permission (ACL) on this form. However, for the embedded list, users which have role Y should have create/write permission too. The ACLs on the embedded list table are created accordingly and users with role Y can create and edit records. Is there a way that they can also do this on the embedded list, despite the ACL on the table of the form?
Thanks
Dominik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 06:41 AM
You would need to give them create/write access to the underlying table in order for them to be able to create a new record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 06:48 AM
They have create/write access on the embedded list table. But isn't there the possibility to give just write access to this embedded list on the form as you can do it for any other field? Or do we have to give them global access on the form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 06:51 AM
That's a great question actually. I need to check.
Any reason why it can't be a related list instead of an embedded list? With a related list they definitely will not need write access to the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2022 07:14 AM
On this form we already have many related lists, so we decided to go with an embedded list.
Thank you for your help.