Hi,
I would like to know if there is a way to Modify Recurrence in minute but not in hours on a rollup field.
As the default recurrence is set to 1 hour, I would like to have it set for less than an hour for a particular purpose.
Hi,
I would like to know if there is a way to Modify Recurrence in minute but not in hours on a rollup field.
As the default recurrence is set to 1 hour, I would like to have it set for less than an hour for a particular purpose.
Hi,
In plugin code, we do not have define the frequency.
The plugin will trigger when field value updated by user.
For e.g. Consider on opportunity, I have one Rollup Field as R1 and in this R1 rollup field i have used one currency field C1.
Now i will write plugin on update of C1 and will trigger whenever C1 value update.
After trigger plugin will refresh the R1 field value instantly.
Thanks,
Pradeep
Hi
I've read carefully the plugin code provided in the link. But I didn't find a ligne where I can specify the automatic frequency of execution of less than an hour.
HI,
With OOB way, We can set recurrence value to 1 hour but less then this is not possible.
I have one suggestion, you use the custom approach (i.e. created plugin code) to refresh the rollup field as specified in below link:
https://blog.magnetismsolutions.com/blog/ahmed-anwar's-blog/2014/12/01/microsoft-dynamics-crm-sdk-manually-calculate-rollup-fields
You can write plugin on update field which is used in rollup field and plugin will do the reset of our work.
Thanks,
Pradeep.
Please mark this as VERIFIED if it helps.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,375
Most Valuable Professional
nmaenpaa
101,156