Git Product home page Git Product logo

cirrusred / sfdx-mass-action-scheduler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sfdx-mass-action-scheduler/sfdx-mass-action-scheduler

0.0 1.0 0.0 13.9 MB

Declaratively schedule Process Builder, Flows, Quick Actions, Email Alerts, Workflow Rules, and Apex to process records from Reports and List Views.

Home Page: https://douglascayers.github.io/sfdx-mass-action-scheduler/

License: BSD 3-Clause "New" or "Revised" License

HTML 0.18% CSS 0.22% JavaScript 82.27% Apex 17.00% TeX 0.32%

sfdx-mass-action-scheduler's Introduction

Mass Action Scheduler

screen shot

Overview

Declaratively schedule Process Builder, Flows, Quick Actions, Email Alerts, Workflow Rules, and Apex to process records from Reports and List Views.

  • Declarative - no code necessary, never write batch apex again for queries that can be expressed in a report or list view and actions that can be expressed in a declarative alternative
  • On Platform - everything happens in Salesforce so no exporting or uploading data
  • Timely - run actions manually or schedule hourly, daily, weekly, or any time in between

Inspired by Marie Chandra's idea Ability to Schedule when Process Builder Triggers.

No more waiting for records to be updated or creating clever workarounds to cause records to be updated to cause these actions to fire.

Documentation and Discussion

video

Data Sources

Identify the records you want to process with list views or tabular reports.

Data Sources When to Use
List Views Simple filters. For up to 50 million records.
Reports Complex filters like Cross Filters. For up to ~10 thousand records.

Actions

Almost any process automation you configure can be scheduled.

Actions Supported Types
Process Builder Processes that start when invoked by another process
Flows Auto-launched flows (no screens). Any that can be called from Process Builder
Quick Actions Create a Record, Update a Record, and Log a Call types
Email Alerts All
Workflow Rules Active rules
Apex Classes annotated with @InvocableMethod

Scheduling

Flexible options for scheduling when a configuration runs.

Scheduling Options When to Use
Manual Run on-demand from UI via button
Automated Run a configuration from Process Builder, Flow, or Apex
Simple Schedule Easily pick the hours, days, and months to run repeatedly
Advanced Schedule Custom scheduling needs that require a cron expression

What you can do with Mass Action Scheduler

I'm sure you will think of all kinds of ideas how you can use this app. Here are a few ideas:

  • Run a process monthly, maybe to create a record or callout to an external system
  • Run data correction actions daily
  • Automatically add leads and contacts to campaigns based on report or list view criteria
  • Send emails on a periodic basis
  • Create "infinite" flows that continuously loop on a schedule
  • Perform field updates without exporting or importing data

For walkthroughs please check out the examples in the wiki.

Pre-Requisites

There are a few items you need to setup before installing and using this app.

  1. You will need to use Lightning Experience because we are using Lightning Components.
  2. You will need to enable My Domain because we are using Lightning Components.
  3. You will need to configure a Named Credential because the app processes records in background jobs and will need to securely invoke the Salesforce REST API via OAuth when you are not around.

Please see the instructions in the wiki for screen shots and step-by-steps.

Packaged Release History

Support

Mass Action Scheduler is an open source project. It's an independent project with its ongoing development happening in the evenings and weekends. Maintaining and developing new features takes a considerable amount of time. If your business has found value in my projects, please consider showing your support by contributing to my virtual tip jar on PayPal. Thank you! ❤️

Release 1.6 (current)

Due to Lightning Experience web page caching, please log out and log back in after installing the package for UI changes to appear.


Installing the Source Code (Developers)

This repository is organized using Salesforce DX. You may install the unmanaged code from GitHub and make any desired adjustments. You are responsible for ensuring unit tests meet your org's validation rules and other requirements. You can conveniently deploy the source to a new scratch org using Wade Wegner's deploy tool:

Deploy from GitHub

Credits

Doug Ayers develops and maintains the project.

Appiphony for developing the Strike Wizard component.

Salesforce Foundation for developing tools for querying Salesforce Reports API.

Shinichi Tomita for developing jsforce library for easy use of Salesforce APIs.

jQuery for developing jQuery library.

License

The source code is licensed under the BSD 3-Clause License

sfdx-mass-action-scheduler's People

Contributors

douglascayers avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.