How to Log into InTouch Using a Script
Description
This article from InSource shows How to Log into InTouch Using a Script.
- Author: Benjamin Davis
- Published: 03/24/2022
- Applies to: InTouch
Details
- Create a user in InTouch and assign a password.
- Create a script.
Dim x as Discrete;
x = attemptinvisiblelogon("Ben", "12345", "");
- Run the script at runtime. The user should be logged in.