Items
Use these functions to create inventory items in Greentree, and to retrieve information about items:
Maintenance Functions
Create Inventory Items - gtINStockItem
Provides the information needed to create an inventory item or update an existing one. If the inventory item code does not exist in the company then a new record is created. If the code does exist then the record updates.
Additional parameters are found in the function gtINStockItemDefaults. These are optional but you can use them to set or update inventory items.
Create Inventory Item Defaults - gtINStockItemDefaults
Use this function to supplement the function gtINStockItem if additional parameters must be set or updated to Greentree.
Retrieval Functions
Retrieve an Inventory Item Attribute - gtINStockItemAttribute
This function searches for and retrieves a selected attribute for an inventory item.
Retrieve an Inventory Item Cost - gtINStockItemCost
This function searches for and retrieves a cost price for a selected inventory item.
Retrieve an Inventory Item Location - gtINStockItemLocation
This function searches for and retrieves a selected location for an inventory item.
Retrieve an Inventory Item Quantity on Hand - gtINStockItemQtyOnHand
This function searches for and retrieves a quantity on hand in a selected location for an inventory item.
Retrieve an Inventory Item Selling Price - gtINStockItemSellingPrice
This function returns the selling price for an inventory item within a range of parameters.
Validation Functions
Search for and validate an Inventory Item - gtINValidateStockItem
This function checks and returns a valid or invalid response to an inventory item code.