Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MOP1001
Product: Manufacturing (346)
Series: 3rd Party
Display Name: MOP WIP Stack 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: MOP1001
Technical Name: MOP_WIP_Stack_WorkSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 MANUFACTUREORDER_I Manufacture Order STR30_UC String 30 2 ITEMNMBR Item Number STR30_Item_Number String 30 Key to the Item Master (IV00101).
Click to show/hide
SELECT
['MOP WIP Stack'].ITEMNMBR AS 'MOP WIP Stack-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
MOP1001 AS ['MOP WIP Stack']
INNER JOIN
IV00101 AS ['Item Master']
ON
['MOP WIP Stack'].ITEMNMBR = ['Item Master'].ITEMNMBR
3 TO_SITE_I To Site STR10_Location_Code String 10 4 DATERECD Date Received DATE Date 6 5 WIPSEQNMBR WIP SEQ Number Sequence_Number Currency 19 6 PICKLISTSEQ Picklist Seq LINT_10 Long Integer 10 7 MOPRCTNM MOP Receipt Number STR20_Document_Number_Receipt String 20 8 PICKNUMBER Pick Number STR17_LBAU_Pick_Number String 17 9 PICKDOCLINENUM Pick Doc Line Number LI_Sequence_Number Long Integer 10 10 WIPQTYSOLD WIP QTY Sold Boolean Boolean 0 11 QTYRECVD QTY Received DLR17_QTY_RBS0_UTR Currency 17 12 QTYSOLD QTY Sold DLR17_QTY_RBS0_UTR Currency 17 13 IVDOCNBR IV Document Number STR17_IV_Document_Number String 17 14 RCTSEQNM Receipt SEQ Number long Long Integer 8 15 ITMTRKOP Item Tracking Option DDL_Track Integer 0 16 ITEM_COSTS_ARRAY_I_1 Item Costs Array[1] DLR17_RBS0_UTR$ Currency 17 17 ITEM_COSTS_ARRAY_I Item Costs Array DLR17_RBS0_UTR$ Currency 17 18 RTSEQNUM_I rtseqnum STR10 String 10 19 ITEM_COSTS_ARRAY_I_2 Item Costs Array[2] DLR17_RBS0_UTR$ Currency 17 20 FROM_SITE_I From Site STR10_Location_Code String 10 21 ITEM_COSTS_ARRAY_I_3 Item Costs Array[3] DLR17_RBS0_UTR$ Currency 17 22 ITEM_COSTS_ARRAY_I_4 Item Costs Array[4] DLR17_RBS0_UTR$ Currency 17 23 DTRCVDINVNTRY Date Received In Inventory DT Date 8 24 BACKFLUSHITEM_I Backflush Item CB_Backflush Item Boolean 0 25 ITEM_COSTS_ARRAY_I_5 Item Costs Array[5] DLR17_RBS0_UTR$ Currency 17 26 ITEM_COSTS_ARRAY_I_6 Item Costs Array[6] DLR17_RBS0_UTR$ Currency 17 27 NUMBERSCRAPPED_I Number Scrapped DLR_14_MRP Currency 14 28 ITEM_COSTS_ARRAY_I_7 Item Costs Array[7] DLR17_RBS0_UTR$ Currency 17 29 ITEM_COSTS_ARRAY_I_8 Item Costs Array[8] DLR17_RBS0_UTR$ Currency 17 30 ITEM_COSTS_ARRAY_I_9 Item Costs Array[9] DLR17_RBS0_UTR$ Currency 17 31 ITEM_COSTS_ARRAY_I_10 Item Costs Array[10] DLR17_RBS0_UTR$ Currency 17 32 DEX_ROW_ID int int 10