Skip to content
View MichaelPStimpson's full-sized avatar
  • Booz Allen Hamilton
  • Milwaukee, WI
Block or Report

Block or report MichaelPStimpson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Apex: Get all custom fields Apex: Get all custom fields
    1
    //Insert the API name of the objects you want to check.
    2
    List<String> objects2Check = new List<String>{
    3
        'Account',
    4
        'Contact'
    5
    };
  2. Sample Plex request class Sample Plex request class
    1
    /* 
    2
    	This class handles the various HTTP Requests for Plex data.
    3
    	The legacy and cloud endpoints are authorized through named credentials.
    4
    
                  
    5
    	Below is an example request...
  3. lwc-streaming-api lwc-streaming-api Public

    Forked from TheVishnuKumar/lwc-streaming-api

    Lightning Web Component Streaming API

    JavaScript

  4. sfdx-scripts sfdx-scripts Public

    Forked from Appirio/sfdx-scripts

    Define named scripts to run at various times in the lifecycle of your sfdx project.

    TypeScript