Jonathan Gillespie
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...
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...
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...
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 *...
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...
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
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...