0 votes

Rule 1. we have a business rule which disables a user account after updating a user. It then does some other actions.

Rule 2. we have a business rule which performs several actions when an account is disabled.

how is the flow of the business rules handled?

when rule 1 is triggered, and the account is disabled, is Rule 2 then triggered immediately and the flow of control handed back to rule 1 to continue?

by (300 points)

1 Answer

0 votes
by (294k points)

Hello,

Yes, your understanding is correct. You can also see the sequence of all the actions triggered by your operation in the execution log. For details on how to view the log, see https://www.adaxes.com/help/ViewOperationsPerformedViaAdaxes.

Related questions

0 votes
1 answer

Hi there. We have a number of business rules that are triggered when a user account is updated. However, we would like the business rules to be processed in a specific ... its dynamic group feature provided a way to achieve it on a schedule) Many thanks -Nick

asked May 26, 2015 by nick.gatt (50 points)
0 votes
1 answer

We have multiple business rules related to the modification of user properties which are specifically tailored for certain tasks. I'm trying to add another business rule which ... want the first rule to trigger. Hopefully this makes sense. Thanks in advance!

asked Apr 14, 2023 by Homelander90 (350 points)
0 votes
1 answer

I have a 'Before user account creation' business rule that starts as follows: If script 'Validate user exists' returns true then Do Nothing // rest of ... experiencing a bug where $Context.Cancel is not properly terminating the business rule. Thanks.

asked 5 days ago by lw.fa (150 points)
0 votes
1 answer

In a business rule, I'd like to pass Adaxes variables into a powershell script that I'll run. For example, pass %username% into the script so it can be used inside the script.

asked Sep 5 by P-Sysadmin (20 points)
0 votes
1 answer

The closest operation I figure is "modfying exchange properties" of a user but not sure how I can filter the conditions to match. It's possible I could ... ? Was also looking at adm-MsExchMailboxCalendarPermissions but havent played around with that yet.

asked May 17 by ZoomGhost (280 points)
3,588 questions
3,277 answers
8,303 comments
548,090 users