SOLVED

Re: anybody know how to set data source priority ?

Go to solution
Jonathan_Westov
Level 2

I am trying to set data source priorities. Like Salesforce being 1 and then webhooks to append data be below that.

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

Yes, Block Field Updates in Admin » Field Management, but this applies to change from non-empty, regardless of original source.

View solution in original post

5 REPLIES 5
Jonathan_Westov
Level 2

Dang that sucks royally. Well thank you for the quick reply anyways.

SanfordWhiteman
Level 10 - Community Moderator

There's no such concept in Marketo.

The only way to deprioritize webhook-based updates to existing data is to (a) pass the updates through an intermediate webhook that can compare current data to potential new data, and (b) keep a running log (in your own textarea field) of the last source of a given field.

Jonathan_Westov
Level 2

What about options like update only if empty type logic? Does that exist?

SanfordWhiteman
Level 10 - Community Moderator

Yes, Block Field Updates in Admin » Field Management, but this applies to change from non-empty, regardless of original source.

Jonathan_Westov
Level 2

Thank you Sanford. That is very helpful. What I needed to know.