Remove View Permission when an Asset enters a state

My client wants that when an Asset enters a rejected state, only the Architects group can see it.

Is there a way to do this other to programatically create a specific policy for it?

Hi,

create a Policy that fires on a postStateChange and include the policy action “Set Instance and Profile Level Permissions”. In the config of the policy action assign permissions to the architects group and check the tickbox “remove existing permissions”.

Daniel

1 Like

Thanks Daniel.
Missed that action when was trying to solve this.