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 (310k 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

I'm trying to rearchitect my Business Units, and I'd like to see if I can export the rules on the current business units in a simple format so I can reorganize them and create new ones. Or at least get the rules and go from there.

asked 13 hours ago by ajmilic (150 points)
0 votes
1 answer

Hi team, I hope you are doing well. Do you happen to have a ready-to-use script or solution to export business units and their criteria? I need to find business units where a specific OU is configured to include members of that OU or its sub-OUs. Thanks

asked Feb 18 by wintec01 (2.6k points)
0 votes
1 answer

I have created two business rules: Do not enforce password change after self service Enforce password change after restting password of a user For some reason, when I self reset ... any business rule. I can't find any Operation that is "Change own password"

asked Oct 25, 2025 by apruitt (560 points)
0 votes
1 answer

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 (360 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