Hi guys,
How to check who has access to Sales Transaction Entry.
Cheers.
Hi guys,
How to check who has access to Sales Transaction Entry.
Cheers.
Hi RemRomul,
If you can operate SQL Server you can use this select statement to check
select distinct c.USERID as 'User Access Sales Transaction Entry' from SY10700 a
left join SY10600 b with (nolock) on a.SECURITYTASKID = b.SECURITYTASKID
left join SY10500 c with (nolock) on b.SECURITYROLEID = c.SECURITYROLEID
where a.DICTID = 0 and a.SECURITYID in (307,619) and SECRESTYPE in (2,600)
and c.USERID <> ''
Open the Security Task Setup window, select any security task, then choose 'Microsoft Dynamics GP' for the Product, 'Windows' for the type and 'Sales' for the Series. User Type can be Full.
Now, in the Access List, search and highlight the 'Sales Transaction Entry' window, then click the 'Print Operation Access' button to run the 'Security Operation Access report' which will you a list of User ID/User Name/Status/User Type/Company Name that have access to that window.
Thanks
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,532 Super User 2024 Season 2
Martin Dráb 228,501 Most Valuable Professional
nmaenpaa 101,148