Development team of feature not able to edit change deployment field of release ?

somya-gupta25
Tera Contributor

Hi all,

 

I have a requirement involving the rm_release table, which contains a field called u_change_deployment. Currently, this field is editable only by the Release Coordinator.

 

On the same rm_release form, we have a related list for Feature records. Each Feature has a Development Team assigned. Now, I want to make the u_change_deployment field editable for any member of the Feature’s Development Team as well.

 

I tried implementing this using an ACL. In the ACL script, I confirmed that the logged-in user is correctly identified as a member of the Feature’s Development Team. However, the user still cannot edit the field.

 

Would really appreciate any guidance or suggestions from the community if anyone has faced a similar scenario or has any insight into what might be missing.

 

Thanks in advance!

 

1 REPLY 1

GlideFather
Tera Patron

Hi @somya-gupta25,

 

the members of the Development Team need to have the write access to the whole table - please check that, and then check the custom field u_change_deployment.

 

Please review:

  • rm_release 
    • read
    • write
  • rm_release.u_change_deployment
    • read
    • write
  • eventually check for rm_task.* if there is not any contra-rule

 

For debugging, navigate to:

  • System Security > Debugging > Debug Security Rules
    • impersonate for that team member and you will see what rules are blocking the access

Let me know how it goes and if you need to discuss it further, good luck!

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */