I have some dynamic business roles and the dynamic check checks on some resources that a user has so it's looking at PersonHasQERResource. I want the business role to reevaluate instantly when a user receives a resource - similar behaviour to setting to the configuration parameter 'QER\Structures\DynamicGroupCheck\CalculateImmediatelyPerson' where it evaluates immediately when a Person attribute changes. I don't want to decrease the scheduled time between checks because I have many groups and I think the load will be too much. I've checked for processes with generating conditions containing the above configuration parameter but couldn't find any. Reading other posts on here, I understand the schedule for the dynamic roles fires off a Stored Procedure so I think maybe the configuration I want is not possible. Any ideas?
Thanks