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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

How To- Create “Kill Session” Button in Dynamics NAV

Ahmed Mohamed Rafik Profile Picture Ahmed Mohamed Rafik 3,049 User Group Leader

You can follow these steps to be able to create “Kill Session” button on Sessions Window to stop open sessions in Microsoft Dynamics NAV, and they are as follows:

Sn. Task Place Note
1 Design Session List 9506 NAV Development Environment
2 Create New Action

View – Page Action

NAV Development Environment
3 Define Properties for New Action NAV Development Environment Image : Delete

Promoted: Yes

4 Write C/AL Code NAV Development Environment IF CONFIRM (‘Kill session?’) THEN STOPSESSION(“Session ID”);
5 Compile C/AL Code NAV Development Environment To sync. Database schema to SQL Tables.

3


This was originally posted here.

Comments

*This post is locked for comments