Using and Troubleshooting ScreenConnect Triggers

Using and Troubleshooting ScreenConnect Triggers

Custom Properties

To filter machines on the "Device Type" field, use CustomProperty4. 
To filter machines on their Group, use CustomProperty1. 


Email Field

To send a notification to multiple email addresses, separate the addresses with a comma. Don't use a semicolon. It doesn't work. 

Bugs and Issues

You cannot include an apostrophe in a device name in a trigger's event filter. If you have a device name with an apostrophe, instead of matching the device name exactly using = sign, use the LIKE operator with an asterisk (wildcard) at the beginning or end of the name. (Wildcards must be at the beginning or end; they won't work in the middle.)

For example, the following will not work. It will break the trigger because the apostrophe in "John's" confuses the parser :

Event.EventType = 'Connected' AND Connection.ProcessType = 'Guest' and Session.SessionType = 'Access' AND Session.GuestMachineName = 'John's Mac'

Instead use this:

Event.EventType = 'Connected' AND Connection.ProcessType = 'Guest' and Session.SessionType = 'Access' AND  Session.GuestMachineName LIKE  'John*'
    • Related Articles

    • ThinkAutomation Triggers and Shortcuts

      ThinkAutomation is email parsing software that runs on a virtual server in the cloud. We use it for many background functions, including processing monthly customer reports and sending forms to customers. We also use it to automate repetitive ...
    • Instructions for Customer to Bypass Mac Security Setting to Install ScreenConnect or any Other Software

      General Instructions for Customer on Bypassing Mac Security Setting For Installing ScreenConnect or Any Other Software Not Approved By Apple Open your Mac's System Preferences (by clicking on the Apple logo on the top left corner of your screen) and ...
    • Response to Privacy Concerns About Our Software on User and Company Devices

      Items in red may require editing.  ScreenConnect Privacy Concerns The software called ScreenConnect was downloaded onto laptops only, enabling GGIT technical support direct access to laptops when needed for updates or troubleshooting.  This software ...
    • Scheduling Email Messages Using Think Automation

      Think Automation accepts HTML files to be sent as emails. The file must be in HTML format. Cannot use IT Glue docs, PDFs, etc. If unsure, it's best to test it out by sending yourself an email first.  You specify the HTML file as a link. For this ...
    • Intake and Troubleshooting Best Practices and Policies

      General Troubleshooting Guidelines Intake: Defining the Issue Whether you are a technical or an administrative team member, when performing intake on a technical issue, it is imperative that you define and document the nature and scope of the problem ...