Skip to main content.
September 7th, 2007

Better Searches Using Google Custom Search Feature

I made three new custom search engines to help readers research key issues mentioned on this site. Basically each one is limited to search only within the top 3-10 forums, blogs, and support pages for the topic.

These will save a lot of time since you can now do just one search, instead of having to search every forum every time you have a question.

Here they are. Let me know how they work. I’m also adding them to the Helpful Resources sidebar so you’ll always have an easy link to them.

  1. Ubuntu Search (Searching *.ubuntuforums.org, *.ubuntu.com/ )
  2. GoldMine Search (Searching *.frontrange.com, *.contactreview.net, *.castellcomputers.com, *.thegmblog.com)
  3. QuickBooks Search (Searching *.quickbooksgroups.com, *.intuit.com )

Let me know if you have more resources, or blogs I can add to any of these search engines.

Posted by Greg Pinero (Primary Searcher) as QuickBooks, GoldMine, Searching Better, Ubuntu at 11:40 AM MST

3 Comments »

July 3rd, 2007

Save Time with this QuickBooks API Debugging Tip

Tip: If you’re working with the QuickBooks API and QuickBooks returns an error message like this:
QuickBooks found an error when parsing the provided XML text stream.

The first thing to think about (assuming your XML generally looks valid) is the ordering of your elements. The XML schema requires all of the XML elements be in a specific order. You can view the order in the OnScreen Reference.

In general to get more information about a XML error, start up your qb* XML Validator tool (should be installed with SDK) and put in your XML file. Here’s the error I got from having an out of order element:
Reason: Element content is invalid according to the DTD/Schema.
Expecting: ServiceDate, SalesTaxCodeRef, IsTaxable, OverrideItemAccountRef.

Posted by Greg Pinero (Primary Searcher) as QuickBooks at 8:56 AM MST

Comments Off

July 27th, 2006

No Extra User Defined Fields in QuickBooks Version 6

I tried out QuickBooks Enterprise Solutions 6.0 today in hopes that upgrading from version 5.0 would allow us to have more user defined / custom fields. These let you store extra information for various entities. For example you could store the color of an item, or the tracking number for an invoice. However version 5 and also version 6 limit you to 5 new fields for items and 7 new fields for customers and believe it or not, we are all maxed out.

Here are some screen shots in case you don’t believe me ;-)

Read the rest of this entry »

Posted by Greg Pinero (Primary Searcher) as QuickBooks at 5:10 PM MST

Comments Off

July 6th, 2006

When is the MSSQL Server Version of QuickBooks Being Released

It’s not, NEVER! I suppose it was just a rumor this whole time. I just came across this in the QB forums. It’s a shame because the QuickBooks API is just so slow and cumbersome.

I honestly do not know where the rumour that we are doing a MSSQL Server version of QuickBooks keeps coming from — we’re not. Any plans we may or may not have regarding a database change would not be discussed in public — Intuit does not pre-announce product…

Even if we WERE to do a SQL-based database the SDK would remain the same (and you would not have ODBC access to the DB) because we would want the freedom to change DB schemas without breaking 3rd party applications. You would be best served sticking with the SDK or a layer built on top of it (like qODBC) that lets you focus on your program logic.

————————-
Peter A. Vogel
Developer Support Manager | IDN PM Lead
Staff SW Engineer
Intuit Developer Network

I read this here.

Tags: , , , , ,

Posted by Greg Pinero (Primary Searcher) as QuickBooks at 10:29 AM MST

Comments Off

February 22nd, 2006

What Are The Effects of Renaming Items in QuickBooks

Renaming/Renumbering any list item in QuickBooks will affect both historical and future transactions.

QuickBooks will not “retain” the fact that it once had a different number and/or name.

Says Laura on this forum.

My searches for this:

  1. quickbooks rename items
  2. what is the effect of renaming items in Quickbooks
  3. quickbooks rename items effects

Tags: , ,

Posted by Greg Pinero (Primary Searcher) as QuickBooks at 11:36 AM MST

Comments Off

« Previous Entries