Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MOP1072
Product: Manufacturing (346)
Series: 3rd Party
Display Name: MOP_EditMOStatus_Line_DTL 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: MOP1072
Technical Name: MOP_EditMOStatus_Line_DTLSeq No Physical Name Display Name Dexterity Data Type SQL Data Type SQL DB Length Keyable Length 1 Process_Index Process Index long Long Integer 4 8 2 MANUFACTUREORDER_I Manufacture Order STR30_UC String 32 30 3 PICKLISTSEQ Picklist Seq LINT_10 Long Integer 4 10 4 ITEMNMBR Item Number STR30_Item_Number String 32 30 Key to the Item Master (IV00101).
Click to show/hide
SELECT
['MOP_EditMOStatus_Line_DTL'].ITEMNMBR AS 'MOP_EditMOStatus_Line_DTL-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
MOP1072 AS ['MOP_EditMOStatus_Line_DTL']
INNER JOIN
IV00101 AS ['Item Master']
ON
['MOP_EditMOStatus_Line_DTL'].ITEMNMBR = ['Item Master'].ITEMNMBR
5 ITMTRKOP Item Tracking Option DDL_Track Integer 2 0 6 ITEMTYPE Item Type DDL_Item_Type Integer 2 0 7 NONINVENTORY Non Inventory CB Boolean 2 0 8 BOMSINGLELOT_I BOM_Single_Lot CB Boolean 2 0 9 MRPAMOUNT_I MRP_Amount DLR_14_MRP Currency 10 14 10 QTYTOBACKFLUSH QTY To Backflush DLR17_QTY_RBS0_STR Currency 10 17 11 ATYALLOC QTY Allocated DLR17_QTY_RBS0_UTR Currency 10 17 12 NUMBERSCRAPPED_I Number Scrapped DLR_14_MRP Currency 10 14 13 FROM_SITE_I From Site STR10_Location_Code String 12 10 14 TO_SITE_I To Site STR10_Location_Code String 12 10 15 HASSHORTAGE HasShortage CB Boolean 2 0 16 QTY_BACKFLUSHED_I QTY Backflushed DLR17_QTY_RBS0_UTR Currency 10 17 17 BASEUOFM Base U Of M U_Of_M String 10 8 18 UOFM U Of M U_Of_M String 10 8 19 QTYBSUOM QTY In Base U Of M DLR17_QTY_RBS0_STR Currency 10 17 20 DECPLQTY Decimal Places QTYS DDL_Decimal_Places_QTYS Integer 2 0 21 POSITION_NUMBER Position Number INT4_RB_U0 Integer 2 4 22 DEX_ROW_ID int int 10 10