Kill sessions in Microsoft Dynamics NAV 2018
by
— January 11, 2018A very nice programming feature how to kill Microsoft Dynamics NAV sessions from Session List.
Thanks Olof Simren for sharing a very nice feature How to kill Dynamics NAV session. As you probably know it was very easy to kill session in older version of Dynamics NAV (<= 2009). You could open Database Sessions via File – Database – Information and simply delete the selected session line.
Unfortunately this is not possible in a newer version of Microsoft Dynamics NAV but you can still achieve it by adding a new action called Kill Session to a ribbon in Page 9506 Session List.
The code behind Kill Session action is very simple and contains only the following two lines.
Text constant Text001 could be any confirmation message like "Do you want to kill the selected session?". You can download example of How to kill Dynamics NAV session from the link mentioned below.
Attachments
Kill sessions in Microsoft Dynamics NAV 2018 | .txt | 0,01 MB |
Recent blog posts
26 Aug 2021 | User Experience in Business Central |
18 Aug 2020 | Using Containments in Business Central OData Web Service |
10 Jun 2020 | Price Calculation via AL Interface |
16 Nov 2019 | CI/CD with Azure DevOps video |
7 Nov 2018 | How to reverse Bank Account Statement Lines in Dynamics NAV |
1 Feb 2018 | A new version of Dynamics NAV 2018 Image Library |
11 Jan 2018 | Kill sessions in Microsoft Dynamics NAV 2018 |