Skip to main content
November 7, 2016
Question

SFDC Queues - clever ways of finding in MKTO?

  • November 7, 2016
  • 2 replies
  • 1793 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Josh_Hill13
Level 10
November 7, 2016

Please post in Products.

There are several threads on this topic, so please do a search first.

November 11, 2016

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!

Grégoire_Miche2
Level 10
November 7, 2016

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

Grégoire_Miche2
Level 10
November 8, 2016

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

November 11, 2016

Thank you much.

Will see if I can test out.

Much appreciated.