0 votes

All,

I was wondering if there is a way to add check boxes that correspond to custom commands. Ie if I as the administrator want to give another user the ability to create users and they know what groups to add them to, could I provide them with check boxes that run the custom commands?

The requester would fill out the form and at the bottom there are check boxes that allow to enable Exchange, enable Lync, or add to specific groups. All this would be avaliable from the new user form.

Thanks,

Tony

by (480 points)

1 Answer

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

You would need to use the custom boolean values with friendly names then have a business rule trigger after user creation.

After you rename your attributes, you would need to add those attributes to the user creation form on the appropriate web interface.

You could also trigger on user update to disable things if they are unchecked, etc.

This should get you started, I'm sure Support will chime in with lots of awesome screenshots and steps laid out.

0

Hello Tony,

Yes, there is. As polley well noted, you can use boolean custom attributes provided by Adaxes. There are 25 of them (named CustomAttributeBoolean1 through CustomAttributeBoolean25). Such attributes are not stored in AD, but you can use them the same as any other attributes of AD objects. When adding fields for the attributes to forms for creating or editing users, you can select to display them as checkboxes. A ticked checkbox corresponds to the True value.

Then, you can create Business Rules triggered after creating/updating a user that would automatically perform certain actions if a certain boolean attribute is set to True. Finally, you can give the custom attributes your own names.

For information on how to add attributes to forms for creating or editing users, see step 6 in the following tutorial: http://www.adaxes.com/tutorials_WebInte ... tomization.

For an example of a Business Rule that adds a user to groups based on certain conditions, have a look at the following tutorial: http://www.adaxes.com/tutorials_Automat ... rtment.htm. You can use it as a guide.

For information on how to display attributes using custom names, see the following help article: http://www.adaxes.com/help/?HowDoI.Mana ... Names.html.

Related questions

0 votes
1 answer

Hi Everyone - This solution is almost near perfect to meet our requirements for purchasing after the free trial. We had the following 2 issues with Manage Engines product ... also important as we don't want HR copying Management or our President accidentally.

asked Oct 9, 2019 by 6FigureMission (140 points)
0 votes
0 answers

I used this script from the repository https://www.adaxes.com/script-repository/check-if-number-of-unused-microsoft-365-licenses-is-below-limit-s594.htm I have amended to include ... count is below what I specify. Please can you advise what I am doing wrong.

asked Jan 31 by MikeBeattie (90 points)
0 votes
1 answer

Hi Team, We are using a set of form/business rules/custom commands for user creation that move user account to the right OU given the Office attribute value. I would ... , but can't find valuable information on the web site. Thanks in advance Regards Stephen

asked Dec 12, 2012 by sroux (800 points)
0 votes
1 answer

We have a business need for automating and controlling the creation of service accounts in our AD. For example, we want all new service accounts to start with "svc_" for ... customize the "New User" form to create a "New Service Account" workflow in Adaxes?

asked Sep 10, 2021 by joshua.lapchuk (60 points)
0 votes
1 answer

Hi, Was wondering if there's a nice way to manually or automatically check if a username or an extension is in use before creating a user? What do other people do? ... in the results, deleting the user and starting again - but would rather the checks first.

asked Feb 25, 2016 by AdamFowlerIT (120 points)
3,346 questions
3,047 answers
7,782 comments
544,982 users