2022

Page tree

Versions Compared

Key

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

Issue: 

1. We If the name contains special characters, we cannot update the QuickBooks Id’s IDs based on the name from QuickBooks to Salesforce if .

2. If the name contains special characters.2. We , we cannot link any Object based on name if the name contains special characters.


Description:

Salesforce does not allow to query the field name if it contains any special characters(‘,/,\) in it. Hence we need to escape the special characters so that the respective field can be queried.

...

  1. Open the mapping and identify the field in QuickBooks that needs to be linked and check whether it contains special character(s).
  2. Pass the value of the field by using the ESCAPESPECIALCHARACTER() function and save it.

...