Skip to content
View sbutterfield's full-sized avatar
  • Salesforce
  • Vancouver, British Columbia

Organizations

@SalesforceLabs @w3c-ccg
Block or Report

Block or report sbutterfield

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. SFDO-Tooling/CumulusCI SFDO-Tooling/CumulusCI Public

    Python framework for building portable automation for Salesforce projects

    Python 351 237

  2. SalesforceLabs/EnhancedLightningGrid SalesforceLabs/EnhancedLightningGrid Public

    Component that allows you to sort and filter data within the Lightning Experience. Use as a replacement for a Related List, or create a new grid that shows results from a custom query.

    Apex 124 90

  3. Apex job runner class to recursively... Apex job runner class to recursively execute scheduled job ever "n" minutes
    1
    global without sharing class JobRunner implements Schedulable {
    2
        Integer intervalMinutes;
    3
        public JobRunner(Integer intervalMinutes) {
    4
            this.intervalMinutes = intervalMinutes;
    5
        }
  4. PyBulk PyBulk Public

    Forked from jordam/PyBulk

    Bulk API force.com in Python (With login reconnect and slight upgrades)

    Python