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
mikeegarmikeegar 

How to Override Behavior of Owner Lookup Dialogs?

Hi,
   I am implementing a solution where we need to provide an enhancement to the standard 'change owner' functionality on Leads and Opportunities. It is similar to the standard behavior except that instead of having users, queues and partner users, it will have users, queues, partner users and *partner queues*.
 
To do this, the lookup dialog for normal queues should omit partner queues (which follow a naming convention of 'PQ_*'). Is there any way to do this other than re-implementing the queue lookup dialog? I can imagine that would be very complicated.
 
Thanks,
 
Mike
sfdcfoxsfdcfox
This probably falls under the "filtered lookups" idea on the IdeaExchange. So, looks like you'll need to implement your own, at least until this feature comes out (I imagine it'll be hijackable, just like Lookup Dialogs are today).