Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length |
---|
1 | ASI_Order_By  | ASI_Order_By | Long Integer | LI_14 | 14 |
2 | ITEMNMBR  | Item Number | String | STR30_Item_Number | 30 |
| Key to the Item Master (IV00101).
SELECT
['SmartList Item Master'].ITEMNMBR AS 'SmartList Item Master-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
IV00101 AS ['Item Master']
ON
['SmartList Item Master'].ITEMNMBR = ['Item Master'].ITEMNMBR |
3 | ITEMDESC  | Item Description | String | STR100 | 100 |
4 | NOTEINDX  | Note Index | Currency | DLR14 | 14 |
| Key to the Record Notes Master (SY03900).
SELECT
['SmartList Item Master'].NOTEINDX AS 'SmartList Item Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['SmartList Item Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX |
5 | ITMSHNAM  | Item Short Name | String | STR15 | 15 |
6 | ITEMTYPE  | Item Type | Integer | DDL_Item_Type | 0 |
7 | ITMGEDSC  | Item Generic Description | String | STR10 | 10 |
8 | STNDCOST  | Standard Cost | Currency | DLR17_RBS0_UTR$ | 17 |
9 | CURRCOST  | Current Cost | Currency | DLR17_RBS0_UTR$ | 17 |
10 | ITEMSHWT  | Item Shipping Weight | Long Integer | LI6_RBS2_UT | 6 |
11 | DECPLQTY  | Decimal Places QTYS | Integer | DDL_Decimal_Places_QTYS | 0 |
12 | DECPLCUR  | Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 |
13 | ITMTSHID  | Item Tax Schedule ID | String | STR15_LBAU | 15 |
| Key to the Sales/Purchases Tax Schedule Header Master (TX00101).
SELECT
['SmartList Item Master'].ITMTSHID AS 'SmartList Item Master-Item Tax Schedule ID'
,['Sales/Purchases Tax Schedule Header Master'].TAXSCHID AS 'Sales/Purchases Tax Schedule Header Master-Tax Schedule ID'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
TX00101 AS ['Sales/Purchases Tax Schedule Header Master']
ON
['SmartList Item Master'].ITMTSHID = ['Sales/Purchases Tax Schedule Header Master'].TAXSCHID |
14 | TAXOPTNS  | Tax Options | Integer | DDL_Tax_Options | 0 |
15 | IVIVINDX  | IV IV Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].IVIVINDX AS 'SmartList Item Master-IV IV Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].IVIVINDX = ['Account Index Master'].ACTINDX |
16 | IVIVOFIX  | IV IV Offset Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].IVIVOFIX AS 'SmartList Item Master-IV IV Offset Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].IVIVOFIX = ['Account Index Master'].ACTINDX |
17 | IVCOGSIX  | IV COGS Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].IVCOGSIX AS 'SmartList Item Master-IV COGS Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].IVCOGSIX = ['Account Index Master'].ACTINDX |
18 | IVSLSIDX  | IV Sales Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].IVSLSIDX AS 'SmartList Item Master-IV Sales Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].IVSLSIDX = ['Account Index Master'].ACTINDX |
19 | IVSLDSIX  | IV Sales Discounts Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].IVSLDSIX AS 'SmartList Item Master-IV Sales Discounts Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].IVSLDSIX = ['Account Index Master'].ACTINDX |
20 | IVSLRNIX  | IV Sales Returns Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].IVSLRNIX AS 'SmartList Item Master-IV Sales Returns Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].IVSLRNIX = ['Account Index Master'].ACTINDX |
21 | IVINUSIX  | IV In Use Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].IVINUSIX AS 'SmartList Item Master-IV In Use Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].IVINUSIX = ['Account Index Master'].ACTINDX |
22 | IVINSVIX  | IV In Service Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].IVINSVIX AS 'SmartList Item Master-IV In Service Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].IVINSVIX = ['Account Index Master'].ACTINDX |
23 | IVDMGIDX  | IV Damaged Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].IVDMGIDX AS 'SmartList Item Master-IV Damaged Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].IVDMGIDX = ['Account Index Master'].ACTINDX |
24 | IVVARIDX  | IV Variances Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].IVVARIDX AS 'SmartList Item Master-IV Variances Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].IVVARIDX = ['Account Index Master'].ACTINDX |
25 | DPSHPIDX  | Drop Ship Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].DPSHPIDX AS 'SmartList Item Master-Drop Ship Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].DPSHPIDX = ['Account Index Master'].ACTINDX |
26 | PURPVIDX  | Purchase Price Variance Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].PURPVIDX AS 'SmartList Item Master-Purchase Price Variance Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].PURPVIDX = ['Account Index Master'].ACTINDX |
27 | IVRETIDX  | Inventory Returns Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].IVRETIDX AS 'SmartList Item Master-Inventory Returns Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].IVRETIDX = ['Account Index Master'].ACTINDX |
28 | ASMVRIDX  | Assembly Variance Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].ASMVRIDX AS 'SmartList Item Master-Assembly Variance Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].ASMVRIDX = ['Account Index Master'].ACTINDX |
29 | ITMCLSCD  | Item Class Code | String | STR10_Class_ID | 10 |
| Key to the Item Class Setup (IV40400).
SELECT
['SmartList Item Master'].ITMCLSCD AS 'SmartList Item Master-Item Class Code'
,['Item Class Setup'].ITMCLSCD AS 'Item Class Setup-Item Class Code'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
IV40400 AS ['Item Class Setup']
ON
['SmartList Item Master'].ITMCLSCD = ['Item Class Setup'].ITMCLSCD |
30 | ITMTRKOP  | Item Tracking Option | Integer | DDL_Track | 0 |
31 | LOTTYPE  | Lot Type | String | STR10_Lot_Type | 10 |
32 | KPERHIST  | Keep Period History | Boolean | CB_Keep_Period_History | 0 |
33 | KPTRXHST  | Keep Trx History | Boolean | CB_Keep_Trx_History | 0 |
34 | KPCALHST  | Keep Calendar History | Boolean | CB_Keep_Calendar_History | 0 |
35 | KPDSTHST  | Keep Distribution History | Boolean | CB_Keep_Dist_History | 0 |
36 | ALWBKORD  | Allow Back Orders | Boolean | CB_Allow_Back_Orders | 0 |
37 | VCTNMTHD  | Valuation Method | Integer | DDL_Valuation_Method | 0 |
38 | UOMSCHDL  | U Of M Schedule | String | STR10_Schedule | 10 |
| Key to the Inventory U of M Schedule Setup (IV40201).
SELECT
['SmartList Item Master'].UOMSCHDL AS 'SmartList Item Master-U Of M Schedule'
,['Inventory U of M Schedule Setup'].UOMSCHDL AS 'Inventory U of M Schedule Setup-U Of M Schedule'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
IV40201 AS ['Inventory U of M Schedule Setup']
ON
['SmartList Item Master'].UOMSCHDL = ['Inventory U of M Schedule Setup'].UOMSCHDL |
39 | ALTITEM1  | Alternate Item 1 | String | STR30_Item_Number | 30 |
40 | ALTITEM2  | Alternate Item 2 | String | STR30_Item_Number | 30 |
41 | USCATVLS_1  | User Category Values[1] | String | User_Category_Value | 10 |
42 | USCATVLS_2  | User Category Values[2] | String | User_Category_Value | 10 |
43 | USCATVLS_3  | User Category Values[3] | String | User_Category_Value | 10 |
44 | USCATVLS_4  | User Category Values[4] | String | User_Category_Value | 10 |
45 | USCATVLS_5  | User Category Values[5] | String | User_Category_Value | 10 |
46 | USCATVLS_6  | User Category Values[6] | String | User_Category_Value | 10 |
47 | MSTRCDTY  | Master Record Type | Integer | INT1 | 1 |
48 | MODIFDT  | Modified Date | Date | DT | 8 |
49 | CREATDDT  | Created Date | Date | DT | 8 |
50 | WRNTYDYS  | Warranty Days | Integer | INT4 | 4 |
51 | PRCLEVEL  | PriceLevel | String | STR10_LBAU | 10 |
52 | ASI_Favorite_Sequence  | ASI_Favorite_Sequence | Long Integer | ASI_LI_10_RU | 10 |
53 | ABCCODE  | ABC Code | Integer | DDL_ABC_Code | 0 |
54 | CGSINFLX  | COGS Inflation Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].CGSINFLX AS 'SmartList Item Master-COGS Inflation Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].CGSINFLX = ['Account Index Master'].ACTINDX |
55 | CGSMCIDX  | COGS Monetary Correction Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].CGSMCIDX AS 'SmartList Item Master-COGS Monetary Correction Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].CGSMCIDX = ['Account Index Master'].ACTINDX |
56 | IVINFIDX  | Inventory Inflation Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].IVINFIDX AS 'SmartList Item Master-Inventory Inflation Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].IVINFIDX = ['Account Index Master'].ACTINDX |
57 | INVMCIDX  | Inventory Monetary Correction Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].INVMCIDX AS 'SmartList Item Master-Inventory Monetary Correction Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].INVMCIDX = ['Account Index Master'].ACTINDX |
58 | ITEMCODE  | Item Code | String | STR15 | 15 |
59 | KTACCTSR  | Kit COGS Account Source | Integer | GB | 0 |
60 | LASTGENSN  | Last Generated Serial Number | String | STR20_LBAU | 20 |
61 | PriceGroup  | Price Group | String | STR10_LBAU | 10 |
62 | PRICMTHD  | Price Method | Integer | DDL_Price_Method | 0 |
63 | PINFLIDX  | Purch Inflation Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].PINFLIDX AS 'SmartList Item Master-Purch Inflation Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].PINFLIDX = ['Account Index Master'].ACTINDX |
64 | PURMCIDX  | Purch Monetary Correction Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].PURMCIDX AS 'SmartList Item Master-Purch Monetary Correction Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].PURMCIDX = ['Account Index Master'].ACTINDX |
65 | PRCHSUOM  | Purchasing U Of M | String | U_Of_M | 8 |
66 | SELNGUOM  | Selling U Of M | String | U_Of_M | 8 |
67 | TCC  | Tax Commodity Code | String | STR30_VAT | 30 |
68 | UPPVIDX  | Unrealized Purchase Price Variance Index | Long Integer | LI_14 | 14 |
| Key to the Account Index Master (GL00105).
SELECT
['SmartList Item Master'].UPPVIDX AS 'SmartList Item Master-Unrealized Purchase Price Variance Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SmartList Item Master'].UPPVIDX = ['Account Index Master'].ACTINDX |
69 | LOCNCODE  | Location Code | String | STR10_Location_Code | 10 |
| Key to the Site Setup (IV40700).
SELECT
['SmartList Item Master'].LOCNCODE AS 'SmartList Item Master-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['SmartList Item Master'].LOCNCODE = ['Site Setup'].LOCNCODE |
70 | Revalue_Inventory  | Revalue Inventory | Boolean | CB_Revalue_Inventory | 0 |
71 | Tolerance_Percentage  | Tolerance Percentage | Long Integer | LI7_U%3 | 7 |
72 | Purchase_Item_Tax_Schedu  | Purchase Item Tax Schedule ID | String | STR15_LBAU | 15 |
| Key to the Sales/Purchases Tax Schedule Header Master (TX00101).
SELECT
['SmartList Item Master'].Purchase_Item_Tax_Schedu AS 'SmartList Item Master-Purchase Item Tax Schedule ID'
,['Sales/Purchases Tax Schedule Header Master'].TAXSCHID AS 'Sales/Purchases Tax Schedule Header Master-Tax Schedule ID'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
TX00101 AS ['Sales/Purchases Tax Schedule Header Master']
ON
['SmartList Item Master'].Purchase_Item_Tax_Schedu = ['Sales/Purchases Tax Schedule Header Master'].TAXSCHID |
73 | Purchase_Tax_Options  | Purchase Tax Options | Integer | DDL_Purchase_Tax_Options | 0 |
74 | CNTRYORGN  | Country Origin | String | STR6_VAT | 6 |
75 | ORDERFULFILLDEFAULT  | Order Fulfillment Shortage Default | Integer | DDL_OrderFulfillDefault | 0 |
76 | CUSTPRIORITY  | Customer Priority | Integer | DDL_CustomerPriority | 0 |
77 | MANUFACTURER  | Manufacturer | String | STR30_LBAU | 30 |
78 | MNFCTRITMNMBR  | Manufacture Item Number | String | STR30_LBAU | 30 |
79 | ITEMDESC1  | ASI_Item_Description | String | STR50 | 50 |
80 | PRIMARYITEM  | Primary Item | Boolean | CB | 0 |
81 | USERID  | User ID | String | STR15_User_ID | 15 |
| Key to the Users Master (SY01400).
SELECT
['SmartList Item Master'].USERID AS 'SmartList Item Master-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
ASIEXP04 AS ['SmartList Item Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['SmartList Item Master'].USERID = ['Users Master'].USERID |
82 | INACTIVE  | Inactive | Boolean | CB_Inactive | 0 |