function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jonathan JansenJonathan Jansen 

Integration and Picklists

I'm working on integration from SF to Odessa LeaseWave. We have some Picklists that aren't matching up perfectly so I have created some "translator fields" so we can translate our picklists items to fit with picklist items. We've found another one where we have discrepancies. We don't want to change our fields because we count on that data and they don't want to change theirs either. 
I'm wondering if there is another way / a better way of doing this?
gaurav gupta 253gaurav gupta 253
Either middleware should take care of these transformation. If it is point to point integration then Apex should take care of this logic. Make a custom table where you store all these transformation and use that in your integration logic..