Following scenario:
I have a Business Rule which has this condition:
check if field a (date) contains data and if field b (lookup) contains a certain value B (related record, name is unique).
If condition is met: set field value b (lookup) to another value C (again unique named related record).
If condition is not met: do nothing.
So, now if I have another process which updates field b to value B in the background while field a contains data (which means the condition for my Business Rule is met) the Business Rule is still not triggering the update of field b to C. Even when it has Entity Scope and should run server side.
I recognize this by searching relevant fields a and b via Advanced Find.
However the Business Rule runs client side when I open the form. The form then also tells me immediately "unsaved changes" after having it loaded.
So is it really that Business Rules with "Scope: Entity" always run Server Side?
If yes, what else could be the reason why this here doesn't work?
*This post is locked for comments
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156