Reputation: 1186
I have an app that adds customers to Quickbooks 2013, and using previous versions of the SDK (11) and Quickbooks (2012) if there wasn't a new customer, it just automatically added it. With upgrading to QB 2013 and the latest version of the SDK (12) I'm getting a message saying that I need to add the customer to Quickbooks first. The only code I changed/added in my app was to add the appropriate references to the new SDK. Is there a possible solution? Sorry for not posting code, I just inherited this app and am still figuring things out.
Upvotes: 1
Views: 513
Reputation: 13077
There is no change to the behavior of the CustomerMod message for SDK 12. It appears you missed something when you tested the SDK 11 version of the add-on: either the customer already existed, or the code was adding the customer for you.
Upvotes: 1