Skip to main content
Jonathan_Westov
Level 2
August 10, 2018
Respondido

anybody know how to set data source priority ?

  • August 10, 2018
  • 5 comentários
  • 3381 Visualizações

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

Este tópico foi fechado para respostas.
Melhor resposta por SanfordWhiteman

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

5 comentários

SanfordWhiteman
Level 10
August 10, 2018

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
August 10, 2018

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

SanfordWhiteman
Level 10
August 10, 2018

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

Jonathan_Westov
Level 2
August 10, 2018

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