QuickBooks Integrator 2020 ActiveX Edition

Questions / Feedback?

ItemType Property

The type of item.

Syntax

itemcontrol.ItemType[=integer]

Possible Values

  itUnknown(0), 
  itService(1), 
  itInventory(2), 
  itNonInventory(3), 
  itPayment(4), 
  itDiscount(5), 
  itSalesTax(6), 
  itSubtotal(7), 
  itOtherCharge(8), 
  itInventoryAssembly(9), 
  itGroup(10), 
  itSalesTaxGroup(11), 
  itFixedAsset(12)

Default Value

0

Remarks

The type of item. It is necessary to specify this before invoking Add or Update. It is not necessary to specify before a call to Get however.

The following values are permitted:

itUnknown0
itService1
itInventory2
itNonInventory3
itPayment4
itDiscount5
itSalesTax6
itSubtotal7
itOtherCharge8
itInventoryAssembly9
itGroup10
itSalesTaxGroup11
itFixedAsset12

The following properties may be specified for each type of item. Required properties are in bold, reference (Name or Id) properties are starred, and special fields are in italics.

Service ItemsItemName, Description, Parent*, IsActive, SalesTaxCode*, Price, PricePercent, Account*, PurchaseCost, PurchaseDescription, PurchasePreferredVendor*, PurchaseExpenseAccount*.
Non-Inventory ItemsSame as for service items.
Inventory ItemsItemName, Description, Parent*, IsActive, SalesTaxCode*, Price, PricePercent, Account*, PurchaseCost, PurchaseDescription, PurchasePreferredVendor*, PurchaseAssetAccount*, PurchaseCOGSAccount*, InventoryReorderPoint, InventoryQuantityOnHand, InventoryAverageCost, InventoryQuantityOnOrder, InventoryQuantityOnSalesOrder, InventoryDate.
Payment ItemsItemName, IsActive, Description, Account*, PaymentMethod*.
Discount ItemsItemName, IsActive, Parent*, SalesTaxCode*, Description, Price, PricePercent, Account*.
Sales Tax ItemsItemName, IsActive, Description, TaxRate, TaxVendor*.
Subtotal ItemsItemName, IsActive, Description.
Other Charge ItemsSame as for service items.

This property is required.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 ActiveX Edition - Version 20.0 [Build 7941]