Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ACL Issue field level

rajamusani
Tera Contributor

hi Team,

 

I had created a new write acl and list acl on that field level, but still user is not able to able to edit that field.

 

If I had tried to create a table acl with none or * ,user is able to edit all the fields.

 

please suggest if any body come across this situation.

1 ACCEPTED SOLUTION

Hi @rajamusani 

then update the second ACL

2)cmdb_hardware_product_model.*   and remove abc role and give some other role with user doesn't have

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

View solution in original post

7 REPLIES 7

Hi Team,

I want a custom role 'abc' members can update the active field (u_active,custom) on Hardware Models (cmdb_product_hardware_models) table

I have created the below write ACLs... but no luck

1)cmdb_hardware_product_model.--None---   given 'abc' role

2)cmdb_hardware_product_model.*           given 'abc'role

3)cmdb_hardware_product_model.u_active    given 'abc' role

once i have configured these ACL's the user is able to update all the fields in hardware model table. But for my requirement, just need "u_active" field alone should be able to update.

Hi @rajamusani 

then update the second ACL

2)cmdb_hardware_product_model.*   and remove abc role and give some other role with user doesn't have

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

Thank you very much for your quick response ,it is helped for my requirement.