0 votes

I inherited an Adaxes environment and have been reviewing and cleaning up the business rules that populate a user's address information at creation. All of these rules are configured to use multiple "If" action sets, versus one "If-ElseIf" action set. I stumbled across Adaxes documentation that specifically recommends not doing this. Everything seems to be working as intended, so what is the down side in doing multiple "If" action sets?

by (70 points)

1 Answer

0 votes
by (272k points)
selected by
Best answer

Hello,

The downside is about checking conditions. In case of Else if blocks, once conditions for a block are met, there will be no further checks for the next blocks. In case of actions sets (all starting with the If statement), no matter of the conditions being met, the conditions for all sets will always be checked.

Related questions

0 votes
1 answer

With a new user, the groups are added (see picture). Since some groups are managed by other teams, I want them to accept the addition as well. However, I can only confirm ... is added to the following groups and that they accept this in one step? Thanks a lot

asked May 31, 2023 by DRiVSSi (280 points)
0 votes
1 answer

Hello, How it works if I have multiple accounts in one domain, and other accounts in others domains managed by Adaxes ? Thank you. Regards. Pierre

asked Jun 9, 2021 by pierre.saucourt (40 points)
0 votes
1 answer

I'm working on trying to update a script for updating office addresses on-demand. I'd like to leverage ADSI for this and I see that you can clear all condition sets ... seeing a documentation gap here or I'm running past the method needed for this. Thanks!

asked Jan 30, 2023 by AbbyR (40 points)
0 votes
1 answer

How can i différenciante the two user without opening each one of them ?

asked Jan 20, 2023 by eric.lebrun (20 points)
0 votes
1 answer

Hi, is it possible to combine conditions with AND and OR in one action? For example: if the Operation succeeded AND the 'Department' property equals 'Marketing' OR the 'CustomAttributeText1' equals 'Yes' then Action thank you in advance, Napoleon

asked Jul 4, 2013 by Napoleon (700 points)
3,350 questions
3,051 answers
7,791 comments
545,068 users