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
AtulRAtulR 

Dynamic Field mapping.

 I want to create a UI on SalesForce that will call a web service and retrieve lead object from external website (sugar crm 4.5) Then this UI should allow me to map SFDC lead fields to sugar lead fields and when I call Sugar API my apex should look at mapping that I have created and translate the response into SFDC object. I am not sure how we can save this dynamic mapping and how we can translate the response into SFDC object.

 

Can you help?

 

Thank you,

AR

kritinkritin

You can do it through Custom Settings.

atulrajguru9atulrajguru9

Hi kritin,

 

Thank you for your reply.

 

Can you please explain how you can do it with custom settings?

 

I am not sure which custom setting you are talking about,

 

thank you,

Atul