Insert new row embedded list

Dominik9
Tera Guru

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

7 REPLIES 7

Mike_R
Kilo Patron
Kilo Patron

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. 

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? 

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.

On this form we already have many related lists, so we decided to go with an embedded list.

Thank you for your help.