Optimizing a business rule
Content
Hi Everyone,
I currently have a business rule that calculates revenues for each employee (budgeted hours * rates). It takes about 5 minutes to run. Users frequently make changes to rates/hours and would need to execute this rule multiple times, so the 5 minute wait time can become a bit problematic (see rule below).
How could I fine tune it to reduce the execution time? Due to the fact that it takes 5 min, I think that the rule is running for all members of all dimensions each time. Is there a way to run it based on what members each user has access?
0