SalesItem


Description

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.

Properties

Property

Type

Length

Default

Description

ValuationMethod

ValuationMethod

N/A

FIFO Perpetual

Used to determine the cost of this item.

TrackingOption

TrackingOption

N/A

Defaults from Item Class if provided. Otherwise will be set to None.

Identifies whether the item should be tracked by serial numbers or lot numbers.

LotCategoryKey

LotCategoryKey

N/A

Defaults from Item Class if provided. Otherwise will be set to empty.

For lot tracked items, this identifies the Lot Category which is used to track additional information for the lot.

MinimumShelfLifeDays1

short

N/A

0

For lot tracked items, the first of two properties that can be used to specify the number of days which should be used to determine if the item is still available for sale.

MinimumShelfLifeDays2

short

N/A

0

For lot tracked items, the second of two properties that can be used to specify the number of days which should be used to determine if the item is still available for sale.

RevalueInventory

boolean

N/A

Defaults from Item Class if provided. Otherwise will be set to False.

Specifies whether the item should be revalued when cost variances exist in purchasing.

TolerancePercentage

Percent

N/A

Defaults from Item Class if provided. Otherwise will be set to 0.

Identifies the percentage difference between the purchase receipt and the matched invoice that must occur to have item revalued.

Quantities

ArrayOfSalesItemWarehouse

N/A

N/A

A collection of item warehouse quantities.


Inherits from

InventoriedItem


Documentation Feedback