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.

State of Project can only change by the particular manager of the project only?

Deepika61
Tera Contributor

Hi All,

 

Actually on the project , the some fields are read only for Project manager, so now , now we want to give him a access to state field, the state field only change by that particular manager of that project , every PM only able to access for state field for his assigned projects only , not all other projects

 

Please help me to achieve this

Thanks

Deepika

2 REPLIES 2

Kristen Ankeny
Kilo Sage

I would look at the ACLs - add a new one for the state field on that table and in the condition you can add that the manager is (dynamic) ME. 

SunilKumar_P
Giga Sage

Hi @Deepika61, This can be achieved with creating Write ACL on state field. Also, make sure you do not have any client side script / policy running on the state field which makes it readonly.

 

Regards,

Sunil