0 votes

We currently have a form for HR to deal with ex-employees that are hired once more, but it's not much more than automatic emails sent to IT.

If I add some actions to modify the user account based on the parameters of this custom command (form), will this trigger the business rule we have that targets "After updating a user" ?

Thanks,

Louis

by (130 points)

1 Answer

0 votes
by (244k points)

Hello Luis,

Business rules trigger when the corresponding operation (user update in your case) is performed via Adaxes. It does not matter whether the operation is performed manually or via a custom command. If the target object is in the scope of the business rule and meets the conditions (if any) specified in the rule, it will trigger.

Related questions

0 votes
1 answer

Is there a way to get the name of the user who approved a request and supply that to a step inside of a custom command? For example, HR submits a status change for an employee. ... and pass it as a param in a custom command that is called in one of the steps?

asked May 12, 2021 by davfount90 (20 points)
0 votes
1 answer

My scheduled task currently: Checks for staff in a particular OU that do not have an O365 license Adds a license Resets their AD Password Moves them to an OU based off ... scheduled task moves them out of the OU that the business rule is looking at. Thanks

asked Apr 15, 2020 by russmerriman (40 points)
0 votes
1 answer

Given Scenario: Adaxes domain user is remote with his laptop and has adaxes self service client installed on Windows and is enrolled for self service via Adaxes. We ... get updated when a user initiates password reset/change password from the lock screen ?

asked Nov 2, 2020 by rsaran (70 points)
0 votes
1 answer

We have the following script we need fixed to run within Adaxes to add true/false value to a customattribute for use in building dynamic distribution lists. $users = ... } else { Set-Mailbox -Identity $user.Name -CustomAttribute8 "Individual contributor" } }

asked Jul 13, 2022 by willy-wally (3.2k points)
0 votes
1 answer

Hi Is it possible to get a business rule which calls a custom command powershell script to wait for the script to complete before continuing? Thanks Matt

asked Apr 27, 2017 by chappers77 (1.6k points)
2,999 questions
2,716 answers
7,003 comments
210,050 users