Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SY09200
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Security Alternate/Modified Group Master Group Display Name: Security Setup
Physical Name: SY09200
Technical Name: sySecurityMSTRModAlt
Group Technical Name: Security Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SECMODALTID | Security ModAlt Forms ID | String | SecurityID | 25 | |
2 | SECMODALTDESC | Security ModAlt Forms Description | String | STR50 | 50 | |
3 | CRUSRID | Created User ID | String | STR15_User_ID | 15 | |
4 | CREATDDT | Created Date | Date | DT | 8 | |
5 | MDFUSRID | Modified User ID | String | STR15 | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Security Alternate/Modified Group Master'].MDFUSRID AS 'Security Alternate/Modified Group Master-Modified User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SY09200 AS ['Security Alternate/Modified Group Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Security Alternate/Modified Group Master'].MDFUSRID = ['Users Master'].USERID | ||||||
6 | MODIFDT | Modified Date | Date | DT | 8 |