What would be the best way to sync a Revenue field in SFDC to Marketo that can easily be above 2.147billion? | Community
Skip to main content
Level 2
September 6, 2021
Solved

What would be the best way to sync a Revenue field in SFDC to Marketo that can easily be above 2.147billion?

  • September 6, 2021
  • 2 replies
  • 2481 views

Hi all,
In our instance, we have a ZoomInfo enriched field in SFDC that is synced into Marketo called ZI Revenue. But due to the Integer field limitations the moment the records get synced to Marketo, it automatically get updated and reverted back to 2.147Billion which is the highest possible value for a Marketo Integer.

Currently we have stopped the sync but we need the sync to work for FormComplete part.

How do we make sure that the two fields can be synced and yet hold the correct value without changing it to a value that is wrongly assigned by the limitation?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Unfortunately, Marketo has regressed and no longer uses 64-bit Integers. As a result, there isn’t a proper mapping other than String.

 

@falvares Float & Currency shouldn’t be used here. They lack both range and fidelity.

2 replies

Adobe Employee
September 6, 2021

Hi @dhananjayaw ,

Do you need the field as an integer type?

Marketo has multiple other field types such as Currency/Float or event String (if you do not plan on doing any calculations and just storing data).

 

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
September 6, 2021

Unfortunately, Marketo has regressed and no longer uses 64-bit Integers. As a result, there isn’t a proper mapping other than String.

 

@falvares Float & Currency shouldn’t be used here. They lack both range and fidelity.

Adobe Employee
September 7, 2021