Eric Whipple
Articles
-
Understanding Monitors
The SightLane Monitor object is a collection of settings and related records that govern how a runtime Event is created and handled. It stores no logging data. Although it is "related" to an Even...
-
"One-Liner" Logging
The classic monitoring model of creating a logger, logging statements against it, and then reporting it back to SightLane gives you powerful control over when and how to create in-process visibilit...
-
Send an In-App Notification
Sometimes, the best place to notify someone is directly within Salesforce. For this, you will need an In-App Notification response (the little red bell in the top right corner of Salesforce). To ...
-
Report to SightLane (Text Templates)
The previous article showed how to use collections of log statements to document and report a Flow's execution. After reading this article, you will be able to Build a Flow Audit using Text Temp...
-
Configure Default Notification Teams
Default Teams is part of the platform settings and lets SightLane teams create automatic people notifications for new monitors. This is especially helpful for AutoCapture users (who are dealing wi...
-
Configure the SightLane Evaluation Flow
The purpose of the configuration flow in a SightLane Policy Event is to determine whether the details of a standard Transaction Security Event are "of interest" to the organization. For instance, ...
-
Understanding Events
A SightLane Event record represents a single execution of a monitored process. Events include the full log content as well as a collection of properties that give detailed insights into the contex...
-
Exceptions Logging
Error management (or Exception handling) is an important part of writing good Apex code, and the information contained in errors can be some of the very best content for SightLane monitors. try{ ...
-
Create a Case
Creating a Case is a simple but popular response to events, especially those that have failed or that need review. To begin, select the "Add Event Response" button from the monitor homepage and ch...
-
Report Failure to SightLane
If you've read the Flow Audit Overview article, you know that creating visibility in your Salesforce Flows is as easy as drag-and-drop. In this article, we will look at another of the five SightLan...