Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MOP1025
Product: Manufacturing (346)
Series: 3rd Party
Display Name: Manufacture Order Pending Bin 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: MOP1025
Technical Name: MOP_Pending_Nontracked_BinSeq No Physical Name Display Name Dexterity Data Type SQL Data Type SQL DB Length Keyable Length 1 SEQNUMBR Sequence Number LI_Sequence_Number Long Integer 4 10 2 SEQ_I Seq LINT_10 Long Integer 4 10 3 MANUFACTUREORDER_I Manufacture Order STR30_UC String 32 30 4 ITEMNMBR Item Number STR30_Item_Number String 32 30 Key to the Item Master (IV00101).
Click to show/hide
SELECT
['Manufacture Order Pending Bin'].ITEMNMBR AS 'Manufacture Order Pending Bin-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
MOP1025 AS ['Manufacture Order Pending Bin']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Manufacture Order Pending Bin'].ITEMNMBR = ['Item Master'].ITEMNMBR
5 MOPDOCNUM MOP Document Number STR30_UC String 32 30 6 PICKLISTSEQ Picklist Seq LINT_10 Long Integer 4 10 7 CALLEDBY Called By INT Integer 2 0 8 PICKDOCLINENUM Pick Doc Line Number LI_Sequence_Number Long Integer 4 10 9 QUANTITY QTY DLR17_QTY_RBS0_STR Currency 10 17 10 FROM_SITE_I From Site STR10_Location_Code String 12 10 11 TO_SITE_I To Site STR10_Location_Code String 12 10 12 TRX_TYPE TRX Type DDL_TRX_Type_I Integer 2 0 13 BIN Bin STR15_Bin String 16 15 14 BYPRODUCTITEM ByProduct Item Boolean Boolean 2 0 15 ORDOCNUM Originating Document Number STR20 String 22 20 16 ORIG_PICK_DOC_LINE_NUM Originating Pick Doc Line Number LI_Sequence_Number Long Integer 4 10 17 Previous_Allocation Previous Allocation boolean Boolean 2 0 18 NUMBERSCRAPPED_I Number Scrapped DLR_14_MRP Currency 10 14 19 ROWID ROW_ID long Long Integer 4 8 20 DEX_ROW_ID int int 10 10