2022

Page tree

Versions Compared

Key

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

Issue:

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

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

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

 Image RemovedImage Added

Solution:

 

I used the following mapping query in order to convert the String Sting to Double in at 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:below 


 Image Added

 Image Removed

The converted value is shown present in Salesforce.

Image RemovedImage Added