0 votes

Hello,

Is it possible to execute a custom command after creating a user, with the intention to prompt the end user for more information?

For example we have a User Onboarding form/business rule, I want my custom command to execute when the office location equals 'Remote'. The custom command would then prompt for a 'Country' to be specified from a param dropdown list.

Thanks

by (250 points)

1 Answer

0 votes
by (272k points)

Hello,

Unfortunately, there is no possibility to execute a custom command in a business rule, scheduled task or another custom command and prompt the user for parameter values. Values for parameters are specified right in the Execute a Custom Command action. image.png As a solution, you can configure allowed values for an Adaxes custom attribute (e.g. CustomAttributeText1) for it to be displayed as a drop-down list, add the attribute to the user creation form and the attribute value to the custom command instead of using a parameter.

0

Is the requested feature in this question on the Adaxes roadmap? Currently, the only way to implement this functionality would be to prevent using the native Adaxes 'create user' form (and all it's useful features) and to force users to use a Custom Command, which is more limited.

0

Hello,

The feature is not on the roadmap. However, the suggestion was forwarded to the corresponding department for consideration.

Related questions

0 votes
1 answer

I would like to add the following logic into a Powershell script that will be triggered on 'After Create User'. Read the value of the 'title' property of the user just created ... 'True' or 'False'. Could you assist with how to script this please? Many thanks.

asked May 1, 2020 by Bernie (310 points)
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

Hello, we cannot delete users with adminCount=1 with the buildin action "Delete the user" because of missing (adminSDHolder)permission to delete users as ... $identity = "%distinguishedName%" Remove-AdmUser -Identity $identity -Confirm:$False regards Helmut

asked Nov 17, 2020 by a423385 (510 points)
0 votes
1 answer

Hello, I'd like setup a new custom command on the Administrator dashboard that would run the following tasks against a disabled user account simultaneously. Enable their account ... the email when using the %unicodePwd% value. Is there a workaround for this?

asked Apr 23, 2020 by sirslimjim (480 points)
0 votes
1 answer

Is there a way to use the "Super Manager" role and only allow the execution of certain Custom Commands? Right now I think if I want to do that I need to create ... 't want to Deny individual actions. Can you restrict access to a container or custom commands?

asked Aug 17, 2020 by ComputerHabit (790 points)
3,346 questions
3,047 answers
7,782 comments
544,986 users