Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/CO07260
Product: Microsoft Dynamics GP (0)
Series: Company
Display Name: SRS Forms Report Assignments 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: CO07260
Technical Name: coSrsFormsReportsSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 USERID User ID STR15_User_ID String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['SRS Forms Report Assignments'].USERID AS 'SRS Forms Report Assignments-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
CO07260 AS ['SRS Forms Report Assignments']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['SRS Forms Report Assignments'].USERID = ['Users Master'].USERID
2 DICTID DictID ID_INT Integer 4 3 RESID Resid ID_INT Integer 4 4 SEQNUMBR Sequence Number LI_Sequence_Number Long Integer 10 5 URL URL STR255 String 255 6 SRS_Report_Name SRS Report Name STR255 String 255 7 DEX_ROW_ID int int 10