0 votes

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 user was updated? O.o

I thought they will be executed in order and depends each on the previous one

image.png

by (1.1k points)

1 Answer

+1 vote
by (272k points)

Hello,

The action sets do not depend on each other. The If operation succeeded condition is dedicated to the main operation (user update in this case), not previous actions.

0

Ahhhh.... thats why so many actions were executed on my test account ... :D

Ok, any chance to depend on previos action? I would something like

  • enable mailbox
  • if this is ok, then do X - else -> error
  • if X ok, then do Y - else -> error
  • if Y ok, then do Z - else -> error
+1

Hello,

Unfortunately, there is no such possibility. However, thank you for the suggestion. We forwarded it to the corresponding department for consideration.

Related questions

0 votes
1 answer

When creating business rules I quite often find myself having to create overly complex workflows because we can't use ELSE or BREAK statements. An example would be:- ... am I missing something in how to construct business rules that mimics their use? Thanks

asked Sep 23, 2014 by firegoblin (1.6k points)
0 votes
1 answer

Hi - I'm trying to validate that the email address entered is distinct. The logic below is not working. When we had Exchange, this was automatic. We no longer have ... Cancel("A user with the specified mail address already exists!"); return $false; } }

asked Dec 18, 2013 by BradG (950 points)
+1 vote
1 answer

Hi Adaxes Team I have created a business rule which sends a mail to our helpdesk staff after a user sets a new pw with the self password reset function. The user should ... . If this is not possible yet, please forward it as a suggestion :) regards pudong

asked Feb 4, 2022 by pudong (670 points)
0 votes
1 answer

Hi, I recall reading in documentation that business rules will be triggered also if changes are made in AD MMC or powershell. Right now the rules are triggered when changes ... so would there be any way to have business rules triggered in these cases? Thanks

asked Dec 7, 2017 by digimortal (240 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 by DRiVSSi (280 points)
3,347 questions
3,047 answers
7,784 comments
545,030 users