Updating an Existing Macro for Express Logon

You can manually update an existing Macro recording of a host application logon to use the Express Logon Feature (ELF). The procedure is as follows:

  1. From the Action Bar, open the Macro file containing the recorded keystrokes by selecting Settings > Macro/Script.
  2. Select the Macro file you just recorded and then select Customize.
  3. Replace the UserID recorded in the Macro with two tags: the ELF Application ID and the ELF UserID placeholder. The Application ID tag consists of three words, each separated by a blank character: "elf", "applid", and the identifier of the host application that will be logged onto. The UserID placeholder is )USR.ID(.

    For example, replace

    "myUserID"

    with

    ")USR.ID("

  4. Replace the Password recorded in the Macro with the ELF Password placeholder tag )PSS.WD(.

    For example, replace

    "myPassword"

    with

    ")PSS.WD("

  5. Add below new entry to convert Normal macro into ELF macro:

    For Example:

    • For Plain Text macro : elf applid TSOIPO1
    • For VBSCript macro : autECLSession.SetELFApplID " TSOIPO1".