2022

Page tree

Versions Compared

Key

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

...

  • Open the rule "Sequence No 1" and click map. You will see mapping AVSFQB_QuickBooks_idc = LSPLIT (VALUE("ListID")) _and edit this mapping as follows AVSFQB_QuickBooks_id__c = VALUE("ListID") and edit this mapping as follows AVSFQB_QuickBooks_id__c = "QuickBooks1"+VALUE("ListID")

...

  • Click on Map and you will see mapping AVSFQB_QuickBooks_id__c = LSPLIT (VALUE("ListID")).
  • Edit this mapping as shown below:

             AVSFQB_QuickBooks_id__c = "QuickBooks1"+LSPLIT(VALUE("ListID"),"-").

  • Add a mapping in this window as QuickBooks__c = Value("QuickBooks1").

...

             AVSFQB_QuickBooks_id__c = "QuickBooks1"+LSPLIT(VALUE("ListID"),"-").

  • Go to "Sequence No 4" of workflow CustomerToAccount and click on Map.
  • You will see mapping AVSFQB_QuickBooks_id__c = LSPLIT (VALUE("ListID")). 
  • Edit this mapping as below click on Save & Close button.

             AVSFQB_QuickBooks_id__c = "QuickBooks1"+LSPLIT(VALUE("ListID"),"-").

  • Go to Project SalesforceQuickBooks2 and open it for editing.

...

  • Open the rule "Sequence No 1" and click map. Here, you will see mapping AVSFQB_QuickBooks_idc = LSPLIT( VALUE("ListID")) and edit this mapping as follows AVSFQB_QuickBooks_id__c ="QuickBooks2"+LSPLIT(VALUE("ListID"),"-").
  • The next mapping is Id = Link(*). Edit this mapping as below and click on Save and Close.

...

  • Click on Map. Here, you will see mapping AVSFQB_QuickBooks_id__c = LSPLIT (VALUE("ListID")).
  • Edit this mapping as below:

             AVSFQB_QuickBooks_id__c = "QuickBooks2"+LSPLIT(VALUE("ListID"),"-").

  • Add a mapping in this window as QuickBooks__c = Value("QuickBooks2").

...

             AVSFQB_QuickBooks_id__c = "QuickBooks2"+LSPLIT(VALUE("ListID"),"-").

  • Go to "Sequence No 4" of workflow CustomerToAccount and click on Map.
  • You will see mapping AVSFQB_QuickBooks_id__c = LSPLIT (VALUE("ListID")). 
  • Edit this mapping as shown below click Save & Close.

             AVSFQB_QuickBooks_id__c = "QuickBooks2"+LSPLIT(VALUE("ListID"),"-").

  • Close the mapping window. Go to QuickBooks Web Connector. Enter your DBSync password for both the profiles. Select the profiles and click on Update Selected to start the sync.

...