Stock Item
Stock Item's Database
Item Code
String
E.g.: Item-Code-01
UOM
String
E.g.: UNIT
Rate
Integer
E.g.: 1
Description
String
E.g.: Description
Description 2
String
E.g.: Description2
Item Group
String
E.g.: ItemGroup
Item Type
String
E.g.: ItemType
Lead Time
String
E.g.: LeadTime
Duty Rate
String
E.g.: Duty Rate
Supply Tax Code
String
E.g.: Tax Code
Purchase Tax Code
String
E.g.: PurchaseTaxCode
Tariff Code
String
E.g.: Tariff Code
Shelf
String
E.g.: Shelf
Price 1
Decimal
E.g.: 1.00
Price 2
Decimal
E.g.: 1.00
Price3
Decimal
E.g.: 1.00
Price 4
Decimal
E.g.: 1.00
Price 5
Decimal
E.g.: 1.00
Price 6
Decimal
E.g.: 1.00
Standard Cost
Integer
E.g.: 1.8
Min. Selling Price
Decimal
E.g.: 1.00
Max. Selling Price
Decimal
E.g.: 1.00
Min. Purchase Price
Decimal
E.g.: 1.00
Max. Purchase Price
Decimal
E.g.: 1.00
Balance Qty
Integer
E.g.: 100
Min. Qty
Decimal
E.g.: 1.00
Max. Qty
Decimal
E.g.: 1.00
Normal Level
Decimal
E.g.: 1.00
Re-order Level
Decimal
E.g.: 1.00
Re-order Qty
Decimal
E.g.: 1.00
Stock Item's Sample Code
Remember to change to the correct field before proceeding to run ANY script.
This is a sample SQL, may not be as same as your database. *DECLARE @date DATETIME = '2025-01-01 00:00:00';
In order to sync, you must include LastModified in SELECT
Last updated