Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SY07221
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: List View Access
Physical Name: SY07221
Technical Name: syListViewAccessSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 ListDictID ListDictID Integer ID_INT 4 2 ListID ListID Integer ID_INT 4 3 ViewID ViewID Long Integer LI_MasterNumber 9 4 ViewAccessType ViewAccessType Integer INT_STORAGE 0 5 IDValue IDValue Integer ID_INT 4 6 USERID User ID String STR15_User_ID 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['List View Access'].USERID AS 'List View Access-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SY07221 AS ['List View Access']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['List View Access'].USERID = ['Users Master'].USERID
7 IsEditable IsEditable Boolean CB 0