0 votes

I apologize if this is answered somewhere already. I searched but I couldn't find an answer.

I'm setting up automated user account creation. I've set a number of fields, email as an example, to a default value of %firstname.%lastname@example.com. For some reason the first and last name are using my logged in name instead of the values typed into the First and Last name fields on the form for certain fields. Also, it puts the period at the end of my last name instead of in the middle of first name and last name. Oddly, certain fields, such UPN and SamID have the correct values. Am I missing something or trying to do this improperly?

Many thanks for any assistance.

by (150 points)

1 Answer

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

Hello,

Each of the value references should be placed between two % signs. In your case, the default value for Email address should be %firstname%.%lastname%@example.com.

0

I apologize; that was a typo. I do have the % at the end as you indicated and it still provides the wrong data. The other fields with the same alias work fine but email, name and UPN are not working for some reason. Some fields populate fine while others seem to pull the logged in users information.

0

Hello,

Value references in Home Page Actions resolve into corresponding property values of the logged on user, while in Property Patterns value references resolve into property values of the user that is being created. You need to clear the Predefined Fields section for the Home Page Action and modify User Pattern according to your requirements.

To clear the Predefined Fields section:

  1. Launch Adaxes Web Interface Customization Tool.
  2. Select the Interface type and click Configure Home Page Actions on the General tab.
  3. Double-click the Home Page Action and activate Form Customization tab.
  4. Select a property and click Delete. Repeat this step for all properties in the section.
  5. Click OK three times.

For information on how to modify User Pattern, check the following help article: http://www.adaxes.com/help/?ManagePrope ... ttern.html.

Related questions

0 votes
1 answer

Hi, I want an email notification to be sent automatically by Adaxes when a user is updated. I'd like this notification to show what modifications were made (I need to know which properties were modified and what are their new values). Is that possible?

asked Aug 5, 2011 by sdd5533 (100 points)
0 votes
1 answer

I have a dropdown-field on the web surface, which is populated by a script. The script looks up all groups in a specific OU and displays them. In the Property Pattern ... random order. What should i do to show the groups in alphabetical order in the portal?

asked Sep 15, 2020 by lohnag (140 points)
0 votes
1 answer

I am trying to use a script to set a users AccountExpires attribute. However, I want there to be an approval sent and I am ... = $False $Context.SubmitForApproval($approvers, $managerOfRequestorIsApprover, $false, $false, $false) }

asked Dec 1, 2023 by mightycabal (1.0k points)
0 votes
1 answer

Dear Support, Is it possible to connect to O365 tenant with admin accounts? Just with readonly access? Thanks!

asked Jul 5, 2019 by Dmytro.Rudyi (920 points)
0 votes
1 answer

Hi, is it possible to update user objects based on imported data from a csv file? We have an HR database where we want to pull some data out and import it into certain fields of user objects like job title. Thanks in advance Ingemar

asked May 29, 2013 by ijacob (960 points)
3,326 questions
3,026 answers
7,727 comments
544,684 users