Posting a deposit to QuickBooks Online Edition (QBOE)

When doing QuickBooks Online Edition (QBOE) development requests, you can do many tasks through the QuickBooks Online website that you cannot do through the QuickBooks SDK.  Recently I ran into another one when trying to automatically insert a Deposit into a QBOE database.  The DepositAddRq method is only supported in the standard QuickBooks US edition.  This is the Intuit Developer Network Unified Onscreen Reference for the DepositAdd method:

image

Notice the US Flag icon in the implementation column.  When working with QBOE you want to see the image (online) icon.

This is the IDN Onscreen Reference for the JournalEntryAdd method:

image

Notice both the US and Online editions are both supported.  And this is how we worked around not having the DepositAdd method available for our QBOE database.  We just made a Journal Entry instead.

Just so you know you can also filter the IDN Onscreen Reference by the QuickBooks Edition.  If you uncheck the “US” checkbox then only the methods that are available to QBOE are shown.  This is nice way to filter the onscreen reference.

image

Published 01 October 2009 10:50 AM by Jeff Widmer

Comments

# Twitter Trackbacks for Posting a deposit to QuickBooks Online Edition (QBOE) - Jeff Widmer's Blog [asp.net] on Topsy.com said on 01 October, 2009 02:57 PM

Pingback from  Twitter Trackbacks for                 Posting a deposit to QuickBooks Online Edition (QBOE) - Jeff Widmer's Blog         [asp.net]        on Topsy.com

# Karen M said on 01 October, 2009 06:00 PM

Frustrating isn't it.  We have used the sales receipt import to get around this but not acceptable.  Another field that the Online SDK does not support and should is the location field.  I do not believe that the SDK for the Online Edition has had any changes made to it in over 4 years!

# Vustyedully said on 22 November, 2009 04:56 PM

gratzie

# subbu said on 23 March, 2011 05:53 AM

How to integrate QBOE with asp net web application?

Search

Go

This Blog

News

Syndication