function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Swapnil KhambayatSwapnil Khambayat 

How to change owner id from Case using process builder

Hi,
I want to update TaskRay Project record based on Case record.
I have created process builder to update Taskray project base on changes in Case Record and its working fine.
If i tried to update Owner field on taskRay project I am getting error.
On Case record, Owner field may have single owner or Queue. Based on this I want to update Project record's owner field.
Please suggest.

Thanks,
Swapnil
vijayabhaskarareddyvijayabhaskarareddy
Hi  @  Swapnil Khambayat,
create one lookup  field  to user object
and in the process builder select fields update
in the field update give  ownwerid field reference to lookup field   and save it
User-added image

Regards,
vijay
Varun SinghVarun Singh
@vijayabhaskarareddy y 6 it  may Queue  if you  created user  then you can set  queue as  owner
Varun SinghVarun Singh
You ahve to use Formula
[Case].OwnerId=='00G20000001eA73EAE'

you can assign both user or  queue in this way

User-added image