Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/BM010116
Product: Manufacturing (346)
Series: 3rd Party
Display Name: BOM_Line_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: BM010116
Technical Name: BOM_Line_HISTSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 PPN_I PPN STR30_UC String 30 2 CPN_I CPN STR30_Item_Number String 30 3 BOMCAT_I BOM Cat DDL_BOM_Cat Integer 0 4 BOMNAME_I BOM Name STR15_LBU String 15 5 BOMTYPE_I BOM Type DDL_BOM_Type Integer 0 6 REV_LEVEL_SEQ Revision Level Sequence LINT_10 Long Integer 10 7 BOMSEQ_I BOM Seq LINT_10 Long Integer 10 8 POSITION_NUMBER Position Number INT4_RB_U0 Integer 4 9 SUBCAT_I Sub Cat DDL_BOM_Cat Integer 0 10 SUBNAME_I Sub Name STR15_LBU String 15 11 SUB_REV_LEVEL_SEQ_I Sub Revision Level Sequence LINT_10 Long Integer 10 12 QUANTITY_I Quantity DLR12_RBN_UT2 Currency 12 13 OPTPERCENT_I OPT Percent INTXXX.X% Long Integer 4 14 SCRAPPERCENT_I Scrap Percent INTXXX.X% Long Integer 4 15 FLOORSTOCK_I Floor Stock CB Boolean 0 16 EFFECTIVEINDATE_I Effective In Date DT Date 8 17 EFFECTIVEOUTDATE_I Effective Out Date DT Date 8 18 ALTERNATE_I Alternate CB Boolean 0 19 ALTERNATEPARTFOR_I Alternate Part For STR30_Item_Number String 30 20 ALT_FOR_BOM_SEQ_I Alt For BOM Seq LINT_10 Long Integer 10 21 LEADTIMEOFFSET_I Lead Time Offset DLR_10_3 Currency 18 22 LEADTIMEOFFSETINC_I Lead Time Offset Inc DDL_Increment Integer 0 23 BOMUSERDEF1_I BOM User Def1 STR30 String 30 24 BOMUSERDEF2_I BOM User Def2 STR_30 String 30 25 BOMSINGLELOT_I BOM_Single_Lot CB Boolean 0 26 BOMENGAPPROVAL_I BOM_Eng_Approval CB Boolean 0 27 WCID_I WC ID STR10_Location_Code String 10 28 LOCNCODE Location Code STR10_Location_Code String 10 Key to the Site Setup (IV40700).
Click to show/hide
SELECT
['BOM_Line_HIST'].LOCNCODE AS 'BOM_Line_HIST-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
BM010116 AS ['BOM_Line_HIST']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['BOM_Line_HIST'].LOCNCODE = ['Site Setup'].LOCNCODE
29 BACKFLUSHITEM_I Backflush Item CB_Backflush Item Boolean 0 30 CHANGEDATE_I Change Date DT Date 8 31 USERID User ID STR15_User_ID String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['BOM_Line_HIST'].USERID AS 'BOM_Line_HIST-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
BM010116 AS ['BOM_Line_HIST']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['BOM_Line_HIST'].USERID = ['Users Master'].USERID
32 OPTIONED_ITEM_I Optioned Item CB Boolean 0 33 ACTUAL_CONSUMED_CHECK_I Actual Consumed Check CB Boolean 0 34 FIXED_QTY_I Fixed Quantity DLR17_QTY_RBS0_UTR Currency 17 35 UOFM U Of M U_Of_M String 8 36 U_Of_M_2 U Of M 2 U_Of_M String 8 37 QTYBSUOM QTY In Base U Of M DLR17_QTY_RBS0_STR Currency 17 38 OFFSET_FROM_I Offset From DDL_Offset_From Integer 0 39 MFGNOTEINDEX_I MFG Note Index DLR14 Currency 14 40 MFGNOTEINDEX2_I MFG Note Index2 DLR14 Currency 14 41 DEX_ROW_ID int int 10