
Hi,
I have access to Microsoft Dynamics 365 Business Central database only.
And I need to pull data which user and when has logged on to the Microsoft Dynamics 365.
Are there any tables that has such a information?
Thanks,
Hi
You need to use Session Even table (2000000111) for this purpose. See idea below. In addition you may need to access User table to get the ID to match this table with name.
Try this link to access the table or use configuration package https://businesscentral.dynamics.com/?table=2000000111
Or for last login see