Search code examples
intuit-partner-platform

ITEM name must be unique


Using Intuit Anywhere QuickBooks Desktop, I am creating items that added without errors to the cloud. Using an ItemQuery, Looking up the item works fine. Here is my XML request and response:

http://pastebin.com/4YaJbgZg

When I run the Intuit Sync Manager, my newly added items enter error state. These items do not exist in QuickBooks, before I run the sync manager. After entering error state, this query will make them appear:

        ItemQuery iq = new ItemQuery();
        iq.ErroredObjectsOnly = true;
        var bItems = iq.ExecuteQuery<Item>(dataServices.ServiceContext);

How can I find out why these items enter error state? I created a log file using the Intuit Sync Manager, however, I see no error messages about these items. Here is my log:

http://pastebin.com/QhpKHvWF


Solution

  • QBD Item Create is in beta and is not supported in v2.

    QBD Supported Objects and Operations

    Support for Item Create will not be added until V3 is released. For more information about V3, please see the V3 webinar recording.