0 votes

How can I make that happen without doing it through a custom command?

for instance, when creating a user, once you enter first, name etc, the full name, user logon name are being filled out the same time.
That's how I want it to be for the description and job title field.

by (1.7k points)

1 Answer

0 votes
by (216k points)

Hello,

You can do this with the help of Adaxes Property Patterns.

Property Patterns define value constraints and generation templates for properties. To generate the Description of a new user based on the user's Job Title property, you need to modify the built-in User Pattern. By default, it defines value generation templates for all users. To do this:

  1. Launch Adaxes Administration Console.
  2. Expand the service node that represents your service.
  3. Locate and select the built-in User Pattern.
  4. Click Add at the top of the Result Pane (located to the right) and select Description.
  5. In the Generate default value field, type %title%.

    %title% is a value reference that will be substituted with the Job Title property of the user. For more details, see Value Reference Format.
  6. Save the Property Pattern.

Alternatively, you can create your own Property Pattern that will be used to generate the value for the Description property. For more details, see Creating Property Pattern.

0

Can this be done when modifying a user?

Yes, sure. To do this, when defining a template for generating a value fore a property, you need to switch the Generate value radio button to on creating and editing objects. In this case, the default value will be generated based on the template you specify not only when a new user is created, but also when an existing user is modified.

0

cool. thanks again.

0

not sure if you answered this already, but I want to edit a property name so its modified when modifying users.
when I launched the property pattern for user pattern...I want to change the Office property to have an option when modifying.
How can I allow that? I currently do not see the option.

EDIT-- NEVERMIND.
I GOT IT.

0

Hello,

Sorry, we don't quite get the idea. Can you explain it in a bit more detail? Maybe a couple of screenshots would help?

0

disregard. I figured it out.
the default value field was empty on a property pattern, so I didn't see the option to generate value on editing objects. Once I entered something it came up.

Related questions

0 votes
1 answer

I am searching for a good workflow for changing the manager field of users when there is a change in management. I was thinking of doing it based off job title. So I was ... of job titles so that would be ideal. Thanks for the help and the awesome product.

asked Oct 1, 2022 by Dynamic6553 (20 points)
0 votes
1 answer

Hi We need to add an account expiration date for contractors to our user creation form and the best attribute I can think to use is one of the Adaxes date attributes ... change the prompt for the entry so that it isn't asking for 'CustomAttributeDate2'? Thanks

asked Jun 13, 2018 by chappers77 (2.0k points)
0 votes
1 answer

Hello - I have configured some custom property patterns for office location and Department and am seeing a drop down list when attempting to create a new user limited to the ... down list. Is this therefore only limited to some AD attributes and not others ?

asked Mar 21, 2017 by cdsouza (50 points)
0 votes
1 answer

Good afternoon, I'm looking to generate a script to allow automation of updating job titles using a spreadsheet. To do this we would use a spreadsheet generated by ... in calling the file. Please let me know if you require any additional information Regards

asked Nov 16, 2020 by jtop (680 points)
0 votes
1 answer

We have a property pattern for a user's job title that lists all the aviable titles. I need to be able to add a new constraint to this within a custom command and from Powershell on a differant computer. Would you be able to help?

asked Sep 23, 2020 by hgletifer (1.3k points)
3,349 questions
3,050 answers
7,791 comments
545,066 users