Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/ME142804
Product: Electronic Reconcile (1428)
Series: Financial
Display Name: ME_Unprocessed_TextFile_Line 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: ME142804
Technical Name: ME_Unprocessed_TextFile_LineSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 ARNUM ME_AutoRec_Number STR20_LBAU String 20 2 MEARDLID ME_DownloadID STR20 String 20 3 SEQNUMBR Sequence Number LI_Sequence_Number Long Integer 10 4 ME_ARec_Line_Number ME_ARec_Line_Number Long Int Long Integer 8 5 ERMSGTXT Error Message Text STR255 String 255 6 ME_Unprocessed_Line ME_Unprocessed_Line STR255 String 255 7 ME_Unprocessed_Line_Stat ME_Unprocessed_Line_Status STR40 String 40 8 USERDATE User Date DT Date 8 9 USERID User ID STR15_User_ID String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['ME_Unprocessed_TextFile_Line'].USERID AS 'ME_Unprocessed_TextFile_Line-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
ME142804 AS ['ME_Unprocessed_TextFile_Line']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['ME_Unprocessed_TextFile_Line'].USERID = ['Users Master'].USERID
10 DEX_ROW_ID int int 10