Skip to main content
InSource Solutions

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

  1. Create a user in InTouch and assign a password.
    clipboard_e9247483df07b0d411afe9354397e1ad0.png
     
  2. Create a script.
    clipboard_ecd9b473fe320acd1284874b533fd97f4.png
    Dim x as Discrete;
    x = attemptinvisiblelogon("Ben", "12345", "");
     
  3. Run the script at runtime. The user should be logged in.
    clipboard_e6fa2e848db12ee9cc6bf081abf4abc9f.png