0 votes

Hi,

I have a "Create User" Action on the Helpdesk webpage. It's used to create an External IT user in a specific OU. a propery pattern is doing all the work, everything is fine :)

But I would like to make a choice in the web form, to create a mailbox for the user or not. I can make a Custom command with a parameter, but don't know how to show this checkbox in the web form...

How could this be made? :)

Thanks

by (100 points)

1 Answer

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

Hello,

This can be done using an Adaxes custom Boolean attribute (e.g. CustomAttributeBoolean1) and a Business Rule triggering After creating a user. The attribute will be displayed on the action form as a checkbox and if selected, the Business Rule will create a mailbox for the new user. The Business Rule will look like the following:

To add the Boolean attribute to the action form:

  1. Open Adaxes Web Interface Configurator.
  2. In the top left corner, select the Web Interface you need.
  3. In the Actions section, select the Create user action and click Edit below.
  4. Activate the Form Customization tab.
  5. Select Use customized form and click Customize Form.
  6. Select a section to which the attribute will be added (e.g. General) or add a new section.
  7. Click Add below the fields list.
  8. Select CustomAttributeBoolean1 and click OK twice.
  9. Click OK twice and save the changes.
  10. IMPORTANT: Before checking the changes in the Web Interface, refresh the page using Ctrl+F5.
  11. For information on how to specify a custom display name for properties, see https://www.adaxes.com/help/?HowDoI.Man ... Names.html.
0

Thanks! :)

Related questions

0 votes
1 answer

When I create a user, an O365 user with a different password is always created as well. However, I only want to create a local user and this should be synchronised with AD-Connect in O365. Otherwise we have a problem with the Hybrid Exchange.

asked Jun 2, 2023 by eww ag (140 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)
0 votes
1 answer

Hi As our initial Adaxes implementation was rushed, I'm re-engineering it so that it fits our work model. We are currently split between on premise and o365 ... changed somewhere to allow mailbox creation after the user account has been moved? Thanks Matt

asked Nov 14, 2017 by chappers77 (2.0k points)
0 votes
1 answer

We just finalize the purchase to our software license company and I want to try to automate more with Adaxes. Is there a way that it can automatically create mailboxes in Office 365 ... that relays out to 365) and set up a script to migrate them to Office 365?

asked Mar 6, 2013 by danftasc (440 points)
0 votes
0 answers

Hey Guys We have some issues with new meeting rooms that we have created. Previously we used to have on-premise exchange but switched to office365. Before doing ... OU but the interface are different. under exchange properties they are different aswell.

asked Sep 18, 2019 by seanr (70 points)
3,326 questions
3,025 answers
7,724 comments
544,678 users