Hello,

How can I identify which BR will be executed first when I have two Business Rules "After user modification"?
And can I change which one should be executed first?
My goal was to set some attributes in one Rule and read them in another, as doing same in a single Rule with separate actions did not seem to work.

by (760 points)

1 Answer

by (306k points)
Best answer
0 votes

Hello,

How can I identify which BR will be executed first when I have two Business Rules "After user modification"?

There is no such possibility. Business Rules triggered by the same operation are executed in a random order.

And can I change which one should be executed first?

No.

My goal was to set some attributes in one Rule and read them in another, as doing same in a single Rule with separate actions did not seem to work.

You can try using the If changed condition to make the rules trigger only when specific properties are updated.

Related questions

In our environment, we have many business rules with "Add to group". Now I have to delete the "Add to group xyz" in all business rules, as the group is now rule-based. Is there ... in Adaxes so that I don't have to search for and delete all "Add to group xyz"?

asked Mar 7, 2024 by DRiVSSi (340 points)
0 votes
1 answer

Hello Community, I need, by script to get all Business Rules from a root container with recursive mode. $ns = New-Object "Softerra.Adaxes.Adsi.AdmNamespace" $service = $ns. ... need to have all object which are in child container. Someone could help me ? Thank

asked Aug 18, 2023 by npa (20 points)
0 votes
1 answer

Hello, We have some Create Business Rules with ifs and other actions. Now these have to be controlled by a third person who has no rights to the console. How can I export the ... to a .txt file? The TXT must contain the condition and the actions. Thanks a lot

asked Aug 10, 2023 by DRiVSSi (340 points)
0 votes
1 answer

Hi, might be a stupid question, but how are actions executed within a business like these here: Is every action only executed if the previous action succeeded or each time a ... .o I thought they will be executed in order and depends each on the previous one

asked Jun 5, 2023 by wintec01 (2.2k points)
0 votes
1 answer

Hi, our user objects are synced from HR system into AD and generated by a middleware - would a business rule "After creating a user" be triggered in this way or not? Looks ... for this? I need to control those tasks and would like to exit in case of issues

asked Jun 5, 2023 by wintec01 (2.2k points)
0 votes
1 answer