Re: Prevent records owned by one rep from being updated by Marketo

Kathi_Gosche
Level 4

Prevent records owned by one rep from being updated by Marketo

I have a rep who prefers to update all his records manually in SalesForce rather than have Marketo do it for him. This is his preferred method for both new leads and existing leads/contacts already synced between the two systems. I don't want to block fields globally or prevent updates for any of my other reps since the current system works fine for them. Is this even possible? Any ideas would be greatly appreciated.
Tags (1)
5 REPLIES 5
Anonymous
Not applicable

Re: Prevent records owned by one rep from being updated by Marketo

I would be interested to hear if there is a technique for this as well
Anonymous
Not applicable

Re: Prevent records owned by one rep from being updated by Marketo

You are opening up a can of worms here in my opinion but if this is really what you want to do then you should be able to create a validation rule on the the lead and contact object.

The rule would be check if the OwnerId = (the_id_of_the_user) and if the running user is the Marketo user. I think it would be something like this:

AND ($User.Username= "username of your marketo sync user in sfdc" , OwnerId = SFDC ID of the rep in question)
Kathi_Gosche
Level 4

Re: Prevent records owned by one rep from being updated by Marketo

I'm not really on-board with this either, but before I said it can't be done I wanted to check. 

Where would this validation rule be placed? Is this in Marketo or SFDC? If in Marketo, would it be set up as a campaign?
Anonymous
Not applicable

Re: Prevent records owned by one rep from being updated by Marketo

It would be in SFDC. You would have to create one on the lead object and repeat on the contact object.
https://help.salesforce.com/HTViewHelpDoc?id=fields_about_field_validation.htm
 
Kathi_Gosche
Level 4

Re: Prevent records owned by one rep from being updated by Marketo

Thanks Cathal. I'll keep this in mind.