function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BuddahHexBuddahHex 

Integrate Salesforce and Quickbooks using .NET?

I'm working for a non-profit that wants to integrate salesforce with quickbooks to eradicate some duplicate entries.  Essentially, when a new donation is recorded in Quickbooks the non-profit wants the entry to be automatically pushed into Salesforce.  They have about 10 fields that need to be updated in Salesforce (i.e. customer name, donation amount, donation type, event, etc) - nothing too complicated. 

 

Since this is a non-profit that doesn't have the resources to buy into a pre-packaged, fee-based middleware solution, I'm visualizing some C# code that ties into the API's of both Salesforce and Quickbooks and is executed when a new record is added to Quickbooks.  Is this a sound strategy?  What are the alternatives?

 

Thanks in advance.