Jonathan Gillespie

Results 97 issues of Jonathan Gillespie

Currently, plugins don't have an easy way to map field values from the `LogEntryEvent__c` object to the custom objects (`Log__c`, `LogEntry__c`, `LogEntryTag__c`, `LoggerTag__c`, and `LoggerScenario__c`). It can be done in...

enhancement
configurations
log management
Plugin Framework

Based on [this sfxd discord discussion](https://discord.com/channels/246568944213819393/348054624256786434/1047514912643108965), @jkranz-rk mentioned that there is an [`ApiTotalUsage` event type](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_eventlogfile_apitotalusage.htm), which is an Event Monitoring event type that all orgs can leverage, even if you...

Type: Enhancement
Salesforce Feature: Reporting
Layer: Log Management

A constant problem with Salesforce is determining where to put Apex validation checks for a record during a trigger/save. Nebula should have a place to put these types of validation...

enhancement
Module/Repository
Module/Trigger Handlers

Need to research the new Stub API to see if it can be used within Nebula * Salesforce video - https://www.salesforce.com/video/297000/ * Winter '17 Pilot Release Notes - https://releasenotes.docs.salesforce.com/en-us/winter17/release-notes/rn_apex_stub_api.htm *...

enhancement
research needed

Right now, each test class is creating its own test data, which isn't scalable and makes it difficult to adjust the fields used when implementing the framework since every org...

enhancement
in progress

Salesforce Object Search Language (SOSL) includes new support for searching through list views - https://releasenotes.docs.salesforce.com/en-us/winter18/release-notes/rn_api_sosl.htm#rn_api_sosl

enhancement
Module/Query Builder

I've had a few versions of a class called SObjectComparator (or SObjectComparable or something similar) over the years - the goal of this class is to pass in two versions...

enhancement
review needed