TN IT206 How to log off user in InTouch using a script
Description
Method to log off user in InTouch using a script
- Author: Benjamin Davis
- Published: 12/28/2015
- Applies to: InTouch 2014R2
Details
1. Place button on an InTouch Window
2. Double click button
3. Click Action
4. Enter script
DIM x AS DISCRETE;
x = Logoff();
5. Click OK
6. Click OK