Skip to content
View 1ktribble's full-sized avatar

Block or report 1ktribble

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 Loading

  1. salesforce-custom-notifications salesforce-custom-notifications Public

    A simple notification builder for Custom Notifications in Salesforce via Apex

    Apex

  2. NodeJS script to create destructiveC... NodeJS script to create destructiveChanges.xml files for Salesforce DX. Our org at the time was not using unlocked packaging for metadata deployment.
    1
    let builder = require('xmlbuilder');
    2
    let fs = require("fs");
    3
    
                  
    4
    let text = fs.readFileSync("path-to-list-of-files-to-be-deleted");
    5
    let metadataParentAndChild = text.toString().split("\n");
  3. Simple-Quick-Action-Lighting-Web-Component Simple-Quick-Action-Lighting-Web-Component Public

    Easily launch a Lightning Web Component from a Quick Action.

    JavaScript 7 3