Sync with Salesforce User table?

Anonymous
Not applicable

Sync with Salesforce User table?

Can we bring over Salesforce user info/objects? We'd like to create tokens based on users in SF rather than lead owner or account owner (as is doesnt always apply for us). In addition, I'd like to segment off of 'owner role' which is associated to the SF user object.

Thanks!
Tags (1)
4 REPLIES 4
Josh_Hill13
Level 10 - Champion Alumni

Re: Sync with Salesforce User table?

You can read Objects and make tokens on them.
Jep_Castelein2
Level 10

Re: Sync with Salesforce User table?

Create a workflow in SFDC to push the relevant data to custom fields on the Lead/Contact Objects. You can use those fields as tokens.

Marketo does sync the User object, but - as you mentioned - it is only exposed as lead owner/ account owner (name, email, phone) and no customization is possible. 

Jep
Anonymous
Not applicable

Re: Sync with Salesforce User table?

Hey Jep,

Thanks for your comments - I found them helpful.

If we use the fields as tokens, how can we be sure that if a user's role in SFDC changes, that the change would also occur in Marketo?

Is this something that the SFDC workflow would have to handle? Also, would the SFDC workflow have to be an Apex trigger?

Jep_Castelein2
Level 10

Re: Sync with Salesforce User table?

Yes and yes, the workflow would take care of that. I think a workflow should be easiest, but you may need an Apex trigger if it turns out to be too complex for a workflow.