How to Log into InTouch Using a Script
Last updated: February 27th, 2025Description
- Author: Benjamin Davis
- Published: February 27th, 2025
Details:
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.