Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/EXPV1003
Product: Manufacturing (346)
Series: 3rd Party
Display Name: Picklist File DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column.
Physical Name: EXPV1003
Technical Name: EXP_PicklistSeq No Physical Name Display Name Dexterity Data Type SQL Data Type SQL DB Length Keyable Length 1 MANUFACTUREORDER_I Manufacture Order STR30_UC String 32 30 2 SEQ_I Seq LINT_10 Long Integer 4 10 3 MANUFACTUREORDERST_I Manufacture Order Status DDL_WO_Status Integer 2 0 4 PPN_I PPN STR30_UC String 32 30 5 ITEMNMBR Item Number STR30_Item_Number String 32 30 Key to the Item Master (IV00101).
Click to show/hide
SELECT
['Picklist File'].ITEMNMBR AS 'Picklist File-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
EXPV1003 AS ['Picklist File']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Picklist File'].ITEMNMBR = ['Item Master'].ITEMNMBR
6 POSITION_NUMBER Position Number INT4_RB_U0 Integer 2 4 7 ROUTINGNAME_I RoutingName STR30_Item_Number String 32 30 8 RTSEQNUM_I rtseqnum STR10 String 12 10 9 MRPAMOUNT_I MRP_Amount DLR_14_MRP Currency 10 14 10 MRPISSUEDATE_I MRP_Issue Date DATE Date 4 6 11 ALLOCATEDATEI Allocate_Date DATE Date 4 6 12 WCID_I WC ID STR10_Location_Code String 12 10 13 BACKFLUSHITEM_I Backflush Item CB_Backflush Item Boolean 2 0 14 ALTERNATE_I Alternate CB Boolean 2 0 15 ALTERNATEPARTFOR_I Alternate Part For STR30_Item_Number String 32 30 16 SUBASSEMBLY_I Subassembly CB Boolean 2 0 17 SUBASSEMBLYOF_I Subassembly Of STR30 String 32 30 18 BOMENGAPPROVAL_I BOM_Eng_Approval CB Boolean 2 0 19 BOMSINGLELOT_I BOM_Single_Lot CB Boolean 2 0 20 LOCNCODE Location Code STR10_Location_Code String 12 10 Key to the Site Setup (IV40700).
Click to show/hide
SELECT
['Picklist File'].LOCNCODE AS 'Picklist File-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
EXPV1003 AS ['Picklist File']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Picklist File'].LOCNCODE = ['Site Setup'].LOCNCODE
21 ALLOCATED_I Allocated CB Boolean 2 0 22 ISSUED_I Issued CB Boolean 2 0 23 FLOORSTOCK_I Floor Stock CB Boolean 2 0 24 PHANTOM_I Phantom CB Boolean 2 0 25 CHANGEDATE_I Change Date DT Date 4 8 26 USERID User ID STR15_User_ID String 16 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Picklist File'].USERID AS 'Picklist File-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
EXPV1003 AS ['Picklist File']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Picklist File'].USERID = ['Users Master'].USERID
27 ALLOCATEUID_I Allocate UID STR15_User_ID String 16 15 28 ISSUEDUID_I Issued UID STR15_User_ID String 16 15 29 NUMBERSCRAPPED_I Number Scrapped DLR_14_MRP Currency 10 14 30 BOMCAT_I BOM Cat DDL_BOM_Cat Integer 2 0 31 BOMNAME_I BOM Name STR15_LBU String 16 15 32 ACTUAL_CONSUMED_CHECK_I Actual Consumed Check CB Boolean 2 0 33 REQDATE Required Date DATE_L Date 4 0 34 UOFM U Of M U_Of_M String 10 8 35 ATYALLOC QTY Allocated DLR17_QTY_RBS0_UTR Currency 10 17 36 UNITCOST Unit Cost DLR17_RBS0_UTR$ Currency 10 17 37 QTY_ISSUED_I QTY Issued DLR17_QTY_RBS0_UTR Currency 10 17 38 QTY_BACKFLUSHED_I QTY Backflushed DLR17_QTY_RBS0_UTR Currency 10 17 39 ITEMDESC Item Description STR100 String 102 100 40 LINK_TO_SEQUENCE_I Link To Sequence LINT_10 Long Integer 4 10 41 FIXED_QTY_I Fixed Quantity DLR17_QTY_RBS0_UTR Currency 10 17 42 LEADTIMEOFFSET_I Lead Time Offset DLR_10_3 Currency 10 18 43 OFFSET_FROM_I Offset From DDL_Offset_From Integer 2 0 44 BOMUSERDEF1_I BOM User Def1 STR30 String 32 30 45 BOMUSERDEF2_I BOM User Def2 STR_30 String 32 30 46 BOMSEQ_I BOM Seq LINT_10 Long Integer 4 10 47 QTYREMAI QTY Remaining DLR17_QTY_RBS0_UTR Currency 10 17 48 DEX_ROW_ID int int 10 10