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
Bryan RevelantBryan Revelant 

trigger QueuesObject

Hello,

I need to build a trigger or a VF page that I can insert users into a queue for a custom object. I see that I can see the Object in the Meta Date. But I am not sure on how this should be done.

Select q.SobjectType, q.QueueId, q.Id, q.CreatedById From QueueSobject q
Vinita_SFDCVinita_SFDC
Hello,

I understand that you wish to add member to a queue (User's queue). I do not understand "for a custom object".

Please refer following threads and explain your requirement:

http://salesforce.stackexchange.com/questions/23574/manage-queue-members-as-a-visualforce-page-is-it-possible

http://salesforce.stackexchange.com/questions/14924/salesforce-apex-queue