Is it possible to have 2 Marketo fields pointing to one field in SFDC?
Solved! Go to Solution.
I would think any behavior you could be envisioning could be implemented by passing both Marketo fields to a webhook whenever one changes. Write back the final value(s) according to your business logic. Perhaps you would need 3 Marketo fields depending on the desired logic, but that's it.
What's your use case?
It's not possible with the native Marketo <-> SFDC sync but might be possible with a competent enough middleware platform. However, you need to determine how the fields ought to sync i.e. is it bi-directional? does one overwrite another or do they join together?
Have you thought these out yet?
I would think any behavior you could be envisioning could be implemented by passing both Marketo fields to a webhook whenever one changes. Write back the final value(s) according to your business logic. Perhaps you would need 3 Marketo fields depending on the desired logic, but that's it.