2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Issue:

The issue of mapping Mapping a custom field, present under customer Customer in QuickBooks, couldn’t be mapped into the Custom field present at Salesforce.

 


The main reason was with the Type conversion mapping as the custom . Custom field type was Sting String in QuickBooks and it was of type Type Double in Salesforce.

 


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

 


Solution:

 

I used the following mapping query in order to convert the Sting String to Double at 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 present is shown in Salesforce.