Kevin, When we create new item(product) in GP, by default window will open with item type of 'Sales Inventory'. If you are creating of any other type you have to select that option from the drop down. 'Sales Inventory' is equivalent of CRM SalesItem. As describe in your link, SalesItem defines a sales item in the Inventory module for Microsoft Dynamics GP. A sales item has inventory and may be sold as an individual item or as a component of a kit. Below is a more detail from GP help files. Item type Description Sales Inventory Quantities are tracked. You can enter both increase and decrease adjustments. Amounts posted to the Inventory and Inventory Offset accounts appear on the Distributions Breakdown Register. Posting from Purchase Order Processing affects the Cash or Accounts Payables accounts. Posting from Sales Order Processing affects the Sales, Cash, Cost of Good Sold, or Accounts Receivables accounts. Dynamics GP provide 6 types of items. Sales Inventory. Discontinued (basically it is a Sales Inventory item no longer in used for sale or purchase) Kit Misc Charges Services Flat Fee You can not add any new type in the GP. Items with the type Sales Inventory can be changed only to Discontinued, and vice versa. Items with other item types can't be changed. Also, items with the type Kit can't be a component of another Kit item. From backend you can identify Sales Inventory item by checking the ITEMTYPE field value. For Sales Inventory it is set as 1. select ITEMTYPE ,* from IV00101. ITEMTYPE other than 1 means other types. So if you have already done transactions against your item and now want to change it to type Sales Inventory you have to Post all the transactions(Sales,Purchase) having that item and then remove them from history and then you will be able to change the item type. Or you have to do some work around. You can have more information from below community posts. But doing so , you must have understanding of GP and it's tables otherwise it will mess-up your application. https://community.dynamics.com/gp/f/32/t/57674 https://community.dynamics.com/gp/f/32/t/137539 https://community.dynamics.com/gp/f/32/t/57739 You can not just change GP item type while running any GP to CRM integration.
↧