I created a process that assigns a case owner automatically depending of the type and subtype fields. The problem is once assigned, I can t reassign the case to someone else manually. I am sure that I am missing something.
Could someone help me?
Thanks in advance
3 个回答
hi Amin
It seems your process is getting called everytime there is an update and it meets the criteria
just try checking the box to make sure only it executes the actions only when specified changes are made to the record
let me know if this helps..
this will make sure if you change any other field values after this , it will not execute the process builder to assign the owner..