web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Goshoom. NET Dev Blog / Preventing users from chang...

Preventing users from changing session date (AX 2012)

Martin Dráb Profile Picture Martin Dráb 238,828 Most Valuable Professional

What if you want to prevent users from going to File > Tools > Session date and time in Dynamics AX 2012 and changing the session date?

Usually, every user has access to the form, because the permission is included in System User role. If you go deeper, you’ll find SystemDate entry point in ClientEssentials privilege, which is included in SysServerAXBasicMaintain duty and this duty is assigned to System User role.

Therefore you can simply remove SystemDate entry point from ClientEssentials privilege and assign it only to the privilege/duty/role where you want it.


This was originally posted here.

Comments

*This post is locked for comments