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
louisa barrett 7louisa barrett 7 

Custom button on list view to call user look up

Hi,

I have a requirement to change the owner on a WorkOrder from a list view. There doesn't appear to be a standard behaviour for this. I can create a quick action, or use the change owner on the record itself, but we need to do this from the list view.
Does anyone know how you can call a user look up from a custom button?

Thanks
Diksha Goel 6Diksha Goel 6

Hey Barrett,
Refer this for calling from custom button:

https://developer.salesforce.com/forums/?id=906F000000095GJIAY

Hope this helps.

Diksha Goel

louisa barrett 7louisa barrett 7
Hi,
Thank you for the response. I know how to call a VF page from a custom button, what I want to do is create a change owner button on the list view.
I simply want to call the standard User Look up(Image below)  facility from a custom buttonUser-added image

Thanks