TN IT206 How to log off user in InTouch using a script
Last updated: March 7th, 2025Description
- Author: Benjamin Davis
- Published: March 7th, 2025
Details:
Description
Method to log off user in InTouch using a script
- Author: Benjamin Davis
- Published: 12/28/2015
- Applies to: InTouch 2014R2
Details
- Place button on an InTouch Window
- Double click button
- Click Action
- Enter script
DIM x AS DISCRETE;
x = Logoff();
- Click OK
- Click OK