2022

Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Issue:

Mapping a custom field, in a Customer object in QuickBooks, couldn’t be mapped into the custom field in Salesforce.


The main reason was Type conversion mapping. Custom field Type was String in QuickBooks and it was Type Double in Salesforce.


The following screen shot displays the custom field of Type String in QuickBooks that has to be mapped to another custom field of Type Double in Salesforce.

 


Solution:

 

I used the following mapping query in order to convert the String to Double in Salesforce instance.


VALUE("DataExtRet[DataExtName[1]/text()='Item Code']/DataExtValue")


The value in the custom field was converted successfully and synchronized to Salesforce instance as shown below:

 

 


The converted value is shown in Salesforce.




  • No labels