How To- Create “Kill Session” Button in Dynamics NAV
Views (228)
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. |

This was originally posted here.

Like
Report
*This post is locked for comments