Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/WO01050
Product: Manufacturing (346)
Series: 3rd Party
Display Name: MOP_Close_WIP_Hist 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: WO01050
Technical Name: MOP_Close_WIP_HistSeq 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_Close_WIP_Hist'].ITEMNMBR AS 'MOP_Close_WIP_Hist-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
WO01050 AS ['MOP_Close_WIP_Hist']
INNER JOIN
IV00101 AS ['Item Master']
ON
['MOP_Close_WIP_Hist'].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 QTYSOLD QTY Sold DLR17_QTY_RBS0_UTR Currency 17 8 BACKFLUSHITEM_I Backflush Item CB_Backflush Item Boolean 0 9 ITEM_COSTS_ARRAY_I Item Costs Array DLR17_RBS0_UTR$ Currency 17 10 ITEM_COSTS_ARRAY_I_1 Item Costs Array[1] DLR17_RBS0_UTR$ Currency 17 11 ITEM_COSTS_ARRAY_I_2 Item Costs Array[2] DLR17_RBS0_UTR$ Currency 17 12 RTSEQNUM_I rtseqnum STR10 String 10 13 ITEM_COSTS_ARRAY_I_3 Item Costs Array[3] DLR17_RBS0_UTR$ Currency 17 14 FROM_SITE_I From Site STR10_Location_Code String 10 15 ITEM_COSTS_ARRAY_I_4 Item Costs Array[4] DLR17_RBS0_UTR$ Currency 17 16 QTYRECVD QTY Received DLR17_QTY_RBS0_UTR Currency 17 17 ITEM_COSTS_ARRAY_I_5 Item Costs Array[5] DLR17_RBS0_UTR$ Currency 17 18 NUMBERSCRAPPED_I Number Scrapped DLR_14_MRP Currency 14 19 ITEM_COSTS_ARRAY_I_6 Item Costs Array[6] DLR17_RBS0_UTR$ Currency 17 20 ITEM_COSTS_ARRAY_I_7 Item Costs Array[7] DLR17_RBS0_UTR$ Currency 17 21 ITEM_COSTS_ARRAY_I_8 Item Costs Array[8] DLR17_RBS0_UTR$ Currency 17 22 ITEM_COSTS_ARRAY_I_9 Item Costs Array[9] DLR17_RBS0_UTR$ Currency 17 23 ITEM_COSTS_ARRAY_I_10 Item Costs Array[10] DLR17_RBS0_UTR$ Currency 17 24 DEX_ROW_ID int int 10