Integrating Salesforce Orders with Quickbooks Pt. 6

[This is part of our series of posts where we outline how to connect Salesforce with Quickbooks. You can check out pt. 1 here.] Today we’ll go through the API callout class. It’s simple- we assemble the JSON string and then call Quickbooks. The first series of code we’ll look at is how we areContinue reading “Integrating Salesforce Orders with Quickbooks Pt. 6”

Integrating Salesforce Orders with Quickbooks pt. 5

[This is a part of a series reviewing how we integrated Salesforce with Quickbooks. See part 1 here.] We’ll review the code for our trigger today. Salesforce provides multiple template classes for asynchronous processes. We decided that given our needs with this integration we should use the Trigger class as a listener on account updates.Continue reading “Integrating Salesforce Orders with Quickbooks pt. 5”