Avatar

Eric Whipple

  • Total activity 124
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 78

Articles

Recent activity by Eric Whipple
  • Static Logging

    Ok, now we're getting to the topics that are a little more complicated.  That being said, they are really important to understand so that you can design logs that are as clear and simple as possibl...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Configure Policy Events

    The second step in configuring SightLane for Shield events involves a Custom Metadata Type called a Policy Event.  Policy Events specify how SightLane will process incoming Transaction Security Pol...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • "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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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 ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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, ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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{ ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes