0 votes

I have a new user creation form and business rule that will add certain Active Directory groups upon creation. I also have a business rule that requires approval from administrators whenever a help desk person adds a group to a user. The problem I'm having is, the business rule that requires approval for adding groups is triggered upon user creation. Is it possible to have the business rule "after user creation" to not trigger the second business rule for approvals? Would the best option be to modify the second business rule to state "if group is not (etc) (etc), then require approval" ?

by (330 points)

1 Answer

0 votes
by (277k points)

Hello,

Is it possible to have the business rule "after user creation" to not trigger the second business rule for approvals?

It can be done by using conditions. For example, you can use the below approach. This way, the business rule will only trigger for the members who were created more than an hour ago. image.png

Would the best option be to modify the second business rule to state "if group is not (etc) (etc), then require approval" ?

Yes, using conditions in the Business rule is the only option.

0

What if a scheduled task adds users to groups, can we exclude those tasks in the business rule?

+1

Hello,

Yes, you can use the If initiator is <user> condition. It is allowed to specify scheduled tasks as well. image.png

Related questions

0 votes
1 answer

I have a scheduled task that generates several reports and saves them in the filesystem. The task runs only once a day. Is it possible to trigger the scheduled task ... solution to save a report in the filesystem after user creation? Thanks for your help

asked Apr 18 by lohnag (160 points)
0 votes
1 answer

I’m looking for a way to take a unique number from Adaxes and use part of it to create an employee ID for the AD attribute field.

asked Dec 25, 2023 by cewilson (140 points)
0 votes
1 answer

I am trying to trigger processing outside of Active Directory when an account is created based on the source user account that was used. Does Adaxes store the source account anywhere?

asked Oct 9, 2023 by jnordell (20 points)
0 votes
1 answer

I'm trying to modify mailbox settings to add additional email addresses to a user after creation. This is a hybrid on-prem and Exchange Online with E5 licenses. Everything works up ... to a different OU during the process so I know the user exists. Any ideas?

asked Mar 6, 2023 by Michael Long (70 points)
0 votes
0 answers

When attempting to assign licenses during the "after creating a user" rule we're reciving the following error. Failed to create a remote mailbox for the user. The address ' ... mail attribute to the proper format that isn't the onmicrosoft.com domain as well.

asked Sep 2, 2021 by zorps (20 points)
3,408 questions
3,105 answers
7,899 comments
545,783 users