Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update calculates.md #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Architecture/calculates.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Depending on your needs there are three ways to schedule, please read carefully.

- **Scheduled Full Calculate**, also know as **Schedule Calculate** is just setting up automation to press the Calculate button for you
- **Scheduled Incremental Calculate**, also known as **Calculation Mode - Schedule** is to have DLRS not run in realtime but in batches based on when you run an Apex job.
- **Process Builder - Scheduled Action**, is to have Process Builder call a specific rollup in a Scheduled Action
- **Process Builder - Scheduled Action**, is to have Process Builder or Flow call a specific rollup in a Scheduled Action

## IMPORTANT NOTE

Expand Down Expand Up @@ -69,4 +69,4 @@ This is like pressing the "Calculate" button. It does an entire recalculation of
# Process Builder - Scheduled Actions

**Calculate Mode field set to Process Builder, No Trigger Required**
You can use Process Builder with a Scheduled Action, instead of an Immediate Action, and control the delay in processing. It will call the Parent account and recalculate the specified rollup. Create a `Call Apex` action in Process Builder and select the DLRS `Calculates a rollup` class.
You can use Process Builder or Flow with a Scheduled Action, instead of an Immediate Action, and control the delay in processing. It will call the Parent account and recalculate the specified rollup. Create a `Call Apex` action in Process Builder or Flow and select the DLRS `Calculates a rollup` class.