You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><a class="barLink" style="font-size: 0.95rem" href="https://aka.ms/powerappsadminwhitepaper">Whitepaper: Administering a low-code development platform</a></p>
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common-data-service/define-rollup-fields.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Define rollup fields with Power Apps | MicrosoftDocs"
3
3
description: "Learn how to define rollup fields"
4
4
ms.custom: ""
5
-
ms.date: 05/23/2018
5
+
ms.date: 01/23/2020
6
6
ms.reviewer: ""
7
7
ms.service: powerapps
8
8
ms.suite: ""
@@ -76,22 +76,23 @@ The rollups are calculated by scheduled system jobs that run asynchronously in t
76
76
To view rollup jobs:
77
77
78
78
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 />
79
+
2. In the **Settings** area, select **System** > **System Jobs**.<br />
80
80
1. In the view selector, choose **Recurring System Jobs**.
81
81
2. To quickly find a relevant job, you can filter by the System Job type: **Mass Calculate Rollup Field** or **Calculate Rollup Field**.
82
82
83
83
### Mass Calculate Rollup Field
84
84
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 12hour 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.
86
86
87
87
### Calculate Rollup Field
88
88
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.
90
90
91
91
## 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.
93
93
94
-

94
+
> [!div class="mx-imgBorder"]
95
+
> 
95
96
96
97
97
98
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
103
104
104
105
## Modify rollup job recurrence
105
106
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.
107
108
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)
109
110
110
111
On the nav bar, choose **Actions** and select the action you want.
0 commit comments