Hi
Thanks, but it's not the Business Rule executing order it-self I was asking about, but the affected scopes.
Example:
I have 3 Business Rules, all (After adding a member to the group), but each rule covers different scopes within the same hierarchy:
- MyOU
-- MySubOU
--- MySecurityGroupX
- Business Rule 1 will fire when the target group is placed in MyOU or below.
- Business Rule 2 will fire when the target group is placed in MySubOU or below.
- Business Rule 3 will fire on MySecurityGroupX (if targeted).
I just need to be confirmed, when a member is added to MySecurityGroupX, Adaxes will always fire the Business Rules in a Top-Down order (1 > 2 > 3) and not in a randomly order:
1 - Business Rule 1 will fire because MySecurityGroupX is a part of the scope.
2 - Business Rule 2 will fire because MySecurityGroupX is a part of the scope.
3 - Business Rule 2 will fire because MySecurityGroupX it is the scope.
- Thanks