User with proper permission but can not Read the Record Producer table

Fin Nguyen
Tera Guru

How to allow users read the Record Producer data which is under Human Resource: Core application without granting sn_hr_core.admin role.
We have a lot of Record Producers which are under the HRC application, how can we grant users the read access to them without granting the big role sn_hr_core.admin.

I did some setups for Read ACL but it's still not working

Regards,
Fin Nguyen
1 ACCEPTED SOLUTION

Tai Vu
Kilo Patron
Kilo Patron

Hi @Fin Nguyen 

It's most probably due to the table ACLs.

The Record Producer [sc_cat_item_producer] table extends the Catalog Item [sc_cat_item] table.

Per my checking, OOTB there's no ACL Read in the record producer table. So, this table currently should be inherited all the ACL from the Catalog Item.

 

Just try to check in the parent table (Catalog Item [sc_cat_item]) from the user perspective to verify whether the user is able to read the data or not.

 

TaiVu_1-1698307029419.png

TaiVu_2-1698307046382.png

 

Cheers,

Tai Vu

View solution in original post

7 REPLIES 7

Danish Bhairag2
Tera Sage
Tera Sage

Hi @Fin Nguyen ,

 

In which table the record gets created once the record producer is submitted, go to that table & check the Read & Write ACL's for those & provide the necessary role/'s which is missing to the user.

 

Thanks,

Danish

 

Tai Vu
Kilo Patron
Kilo Patron

Hi @Fin Nguyen 

It's most probably due to the table ACLs.

The Record Producer [sc_cat_item_producer] table extends the Catalog Item [sc_cat_item] table.

Per my checking, OOTB there's no ACL Read in the record producer table. So, this table currently should be inherited all the ACL from the Catalog Item.

 

Just try to check in the parent table (Catalog Item [sc_cat_item]) from the user perspective to verify whether the user is able to read the data or not.

 

TaiVu_1-1698307029419.png

TaiVu_2-1698307046382.png

 

Cheers,

Tai Vu

oh, indeed we do not have a read ACL in the Record Producer [sc_cat_item_producer] table, that's why my user can not view Record Producer data from the Record Producer [sc_cat_item_producer] table but can view it from the parent Catalog Item [sc_cat_item] table. I got what I need, thanks for your valuable information @Tai Vu 

Regards,
Fin Nguyen