Not having write access while creating new record

sd2097
Tera Guru

Hi all,

 

I am facing a weird issue. I have given the write access to a specific role. The user having that role is able to edit the existing records, but not having write access to the same fields while creating a new record. Can someone please help me with this?

 

Thanks

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@sd2097 As others have pointed out, the write ACL only allows editing on the existing records. If the user is not able to have access on fields at the time of record creation then it has to do with field level create ACLs.

 

You can use access analyser to debug this further.

View solution in original post

4 REPLIES 4

amaradiswamy
Kilo Sage

Hi @sd2097 

 Check the "Create" ACL. This ACL might be missing the role you have given for Write access

Danish Bhairag2
Tera Sage
Tera Sage

Hi @sd2097 ,

 

Write ACL will only allow u to update any records for that table but while creating a new record u would need to check the Create ACL of that table n provide the necessary role to that user. Then it should work fine.

 

Thanks,

Danish

Sandeep Rajput
Tera Patron
Tera Patron

@sd2097 As others have pointed out, the write ACL only allows editing on the existing records. If the user is not able to have access on fields at the time of record creation then it has to do with field level create ACLs.

 

You can use access analyser to debug this further.

That did the trick. I created the table level create ACL, but the field level create ACL was missing. Thanks.