Has anyone come up with a good way to identify Leads in a specific SFDC Queue within MKTO?
Goal: I am looking for a way to use a trigger in MKTO against a specific SFDC Queue.
And I am not looking to assign a SFDC license to an alias user.
Please post in Products.
There are several threads on this topic, so please do a search first.
I did search but nothing I could find (and the find function oy vey needs help) was to my liking
But Gregoire's solution has much promise!
Hi Janet,
Add a field in SFDC, name it "Queue Name". Make it a formula field and have it contain the queue name. Then let this field sync to Marketo.
-Greg
And BtW, I personnaly use a more complete formula field.
Field name: owner full name:
Formula: blankvalue(Owner:Queue.QueueName, Owner:User.FirstName &" "& Owner:User.LastName)
-Greg
Thank you much.
Will see if I can test out.
Much appreciated.