Table of Contents | ||
---|---|---|
|
Requirements
Event trigger notifications are set up within two applications:
Signature Agent
See Completing Signature Agent Configuration for additional information.
- For standard communication, Signature Agent contains the event notification setup.
- For advanced communication, Signature Agent contains the company information including the logos and accent color for the HTML email.
Schedule
In Schedule, see Setting up Technicians in Schedule.
- For standard communication, Schedule contains the technician information including the technician/customer email address.
- For advanced communication, Schedule contains the technician information including the technician's position, email address, and photo that is included in the HTML email.
Common Language Runtime (CLR)
NET Framework CLR must be enabled in SQL Server. The Signature Agent uses a CLR assembly that executes with permissions set to "SAFE".
To enable this, in SQL Server run this command:
EXEC sp_configure 'clr enabled', 1;
RECONFIGURE WITH OVERRIDE;
Compatibility
Signature Agent 2.5 .7 is compatible with the following.
Signature
- Schedule 4.6 7 or higher
- 2018 R7 (18.04b0605b07)
- 2018 R6 (18.03b052018 R304b06)
Transfer Layer Security (TLS)
Server Protocols
- TLS 1.2
Client Protocols
- TLS 1.0 (currently required)
- TLS 1.1
- TLS 1.2
...