• Tony Roberts
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
I have two custom picklists.  Product_Name__c and Product_Version__c.  I then use the Product Name as the controlling field of Product Version so that I can allocate different versions to different products.
 
Now, I'm trying to write a function in php that will return an array of versions when passed a product name.
 
I'm not getting very far with it.  I've managed to use the describeSObject to actually access the picklists, but I can't find how they are then linked.
 
Does anyone have any advice to offer?
 
Thanks
Hi!  I'm trying to determine the name of the queue / user that owns a case using the API.
I retrieve the case's OwnerID field and perform a lookup on the user table.  If the owner is a user then I get the user's name and all is well.  However, how can I get the name of the queue that owns the case?
 
Thanks in advance
 
Tony