Hello Experts,
I have create a rollup field for my custom entity and added Sum aggregate to store sum of total revenue from child records.
This works fine but it takes some to trigger the calculation and upon checking the Recurrence frequency under system jobs, the value is set to 1 hours.
My question is How Can I change the recurrence value to 30 mins or less?
Is this even possible?
Thanks,
Bipin
Solved! Go to Solution.
Hello,
I don't think it's possible to increase the frequency. I would recommend using an alternate approach:
1. Create a workflow/power automate flow that will be triggered on create/update/delete of child record.
2. Call CalculateRollupField message to recalculate the rollup field. If you choose workflows you can use custom workflow activity from my Ultimate Workflow Toolkit pack - https://github.com/AndrewButenko/UltimateWorkflowToolkit
Hello,
I don't think it's possible to increase the frequency. I would recommend using an alternate approach:
1. Create a workflow/power automate flow that will be triggered on create/update/delete of child record.
2. Call CalculateRollupField message to recalculate the rollup field. If you choose workflows you can use custom workflow activity from my Ultimate Workflow Toolkit pack - https://github.com/AndrewButenko/UltimateWorkflowToolkit
User | Count |
---|---|
20 | |
13 | |
8 | |
5 | |
5 |
User | Count |
---|---|
33 | |
30 | |
15 | |
12 | |
9 |