Issue: Salesforce custom field to QuickBooks custom field.

Root Cause: Requirement on mapping Quickbooks desktop custom field on Customer entity

Solution:

Let’s go through a used case where in we have to sync a Salesforce standard/custom field to QuickBooks Custom field on either customer/vendor entity.

We have a field “Client Name” created in Salesforce which has to be synced to a custom field “CLIENT NAME” in QuickBooks desktop under Customer





Seq 1: Client Name in SF to Client Name in QB



DataExtModRq/DataExtMod/DataExtName

=

"Client Name"

DataExtModRq/DataExtMod/DataExtValue

=

VALUE("Client_Name__c")

DataExtModRq/DataExtMod/ListDataExtType

=

"Customer"

DataExtModRq/DataExtMod/ListObjRef/FullName

=

VALUE("Name")

OR



DataExtModRq/DataExtMod/ListObjRef/ListID

=

VALUE("newid")

DataExtModRq/DataExtMod/OwnerID

=

"0"

VALIDATEROW

=

"true"



In the above mappings,


OwnerId is default to 0