Skip to content

Commit fef6e2c

Browse files
authored
Merge pull request #2300 from MicrosoftDocs/master
whitepaper link added
2 parents a0d069f + f851a0a commit fef6e2c

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

powerapps-docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ ms.custom:
348348
<p><a class="barLink" style="font-size: 0.95rem" href="/power-platform/admin/get-help-support">Get Help + Support</a></p>
349349
<p><a class="barLink" style="font-size: 0.95rem" href="/power-platform/admin/preview-april-2019-updates">Opt in to 2019 release wave 2</a></p>
350350
<p><a class="barLink" style="font-size: 0.95rem" href="/power-platform/admin/admin-settings">Manage settings</a></p>
351+
<p><a class="barLink" style="font-size: 0.95rem" href="https://aka.ms/powerappsadminwhitepaper">Whitepaper: Administering a low-code development platform</a></p>
351352
</div>
352353
</div>
353354
</div>

powerapps-docs/maker/common-data-service/define-rollup-fields.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Define rollup fields with Power Apps | MicrosoftDocs"
33
description: "Learn how to define rollup fields"
44
ms.custom: ""
5-
ms.date: 05/23/2018
5+
ms.date: 01/23/2020
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.suite: ""
@@ -76,22 +76,23 @@ The rollups are calculated by scheduled system jobs that run asynchronously in t
7676
To view rollup jobs:
7777

7878
1. While viewing the **Common Data Services Default Solution** edit the URL, removing everything after `dynamics.com` and refresh the page.
79-
2. In the **Settings** area select **System** > **System Jobs**.<br />![Navigate to system jobs](media/navigate-system-jobs.png)
79+
2. In the **Settings** area, select **System** > **System Jobs**.<br />![Navigate to system jobs](media/navigate-system-jobs.png)
8080
1. In the view selector, choose **Recurring System Jobs**.
8181
2. To quickly find a relevant job, you can filter by the System Job type: **Mass Calculate Rollup Field** or **Calculate Rollup Field**.
8282

8383
### Mass Calculate Rollup Field
8484

85-
**Mass Calculate Rollup Field** is a recurring job, created per a rollup field. It runs once, after you created or updated a rollup field. The job recalculates the specified rollup field value in all existing records that contain this field. By default, the job will run 12 hours after you created or updated a field. After the job completes, it is automatically scheduled to run in the distant future, approximately, in 10 years. If the field is modified, the job resets to run again in 12 hours after the update. The 12 hour delay is needed to assure that the **Mass Calculate Rollup Field** runs during the non-operational hours of the environment. It is recommended that an administrator adjusts the start time of a **Mass Calculate Rollup Field** job after the rollup field is created or modified, in such a way that it runs during non-operational hours. For example, midnight would be a good time to run the job to assure efficient processing of the rollup fields.
85+
**Mass Calculate Rollup Field** is a recurring job, created per a rollup field. It runs once, after you created or updated a rollup field. The job recalculates the specified rollup field value in all existing records that contain this field. By default, the job will run 12 hours after you created or updated a field. After the job completes, it is automatically scheduled to run in the distant future, approximately, in 10 years. If the field is modified, the job resets to run again in 12 hours after the update. The 12-hour delay is needed to assure that the **Mass Calculate Rollup Field** runs during the non-operational hours of the environment. It is recommended that an administrator adjusts the start time of a **Mass Calculate Rollup Field** job after the rollup field is created or modified, in such a way that it runs during non-operational hours. For example, midnight would be a good time to run the job to assure efficient processing of the rollup fields.
8686

8787
### Calculate Rollup Field
8888

89-
**Calculate Rollup Field** is a recurring job that does incremental calculations of all rollup fields in the existing records for a specified entity. There is only one **Calculate Rollup Field** job per entity. The incremental calculations mean that the **Calculate Rollup Field** job processes the records that were created, updated or deleted after the last **Mass Calculate Rollup Field** job finished execution. The default maximum recurrence setting is one hour. The job is automatically created when the first rollup field on an entity is created and deleted when the last rollup field is deleted.
89+
**Calculate Rollup Field** is a recurring job that does incremental calculations of all rollup fields in the existing records for a specified entity. There is only one **Calculate Rollup Field** job per entity. The incremental calculations mean that the **Calculate Rollup Field** job processes the records that were created, updated, or deleted after the last **Mass Calculate Rollup Field** job finished execution. The default maximum recurrence setting is one hour. The job is automatically created when the first rollup field on an entity is created and deleted when the last rollup field is deleted.
9090

9191
## Online recalculation option
92-
If you hover over the rollup field on the form, you can see the time of the last rollup and you can refresh the rollup value by choosing the Refresh icon next to the field, as shown below:
92+
The rollup field on the form displays a calculator image, rollup value, and the time of the last calculation. To recaclulate, select the calculator image, and then select the **Recalculate** button that appears.
9393

94-
![Rollup field on the account form](media/rollup-field-on-account-form.png)
94+
> [!div class="mx-imgBorder"]
95+
> ![Rollup field on the account form](media/rollup-field-on-account-form.png)
9596
9697

9798
There are a few considerations you should keep in mind when using the online recalculation option (manual refresh on the form):
@@ -103,9 +104,9 @@ There are a few considerations you should keep in mind when using the online rec
103104

104105
## Modify rollup job recurrence
105106

106-
As a system administrator, you can modify the rollup job recurrence pattern, postpone, pause or resume the rollup job. However, you can’t cancel or delete a rollup job.
107+
As a system administrator, you can modify the rollup job recurrence pattern, postpone, pause, or resume the rollup job. However, you can’t cancel or delete a rollup job.
107108

108-
To pause, postpone, resume or modify the recurrence pattern, you must view the system jobs. More information [View Rollup jobs](#view-rollup-jobs)
109+
To pause, postpone, resume, or modify the recurrence pattern, you must view the system jobs. More information [View Rollup jobs](#view-rollup-jobs)
109110

110111
On the nav bar, choose **Actions** and select the action you want.
111112

-4.32 KB
Loading

0 commit comments

Comments
 (0)