Query attributes when creating a user

Is there a way to set the "edsvaSecondaryOwner" as necessary when a new User gets created?

*I´m quite new to AD & AR ;)

  • it is easy. ARS PGV Policy: Property Generation and Validation. edsvaSecondaryOwner -Must be Not Empty. Similar is used for: employeeID, manager, Fname, Lname etc.

  • Aidar is correct.  The bonus is that because SecondaryOwners is a DN syntax attribute, the Web UI will give you a full-blown AD search dialog to help the user select the desired AD group or user.

    Another option is to automatically populate it using an AR workflow that fires after the user is created (user create is the workflow trigger / start condition) and sets the contents of the attribute based on some rule you establish - for example, with the name of the person who created the user.

  • Thanks alot, works great.
    Is there a way to only make this Attribute (edsvaSecodaryOwner) necessary when the employeeType is set to a specific value? In my case the Attribute only is needed when the employeeType is "extern(extern)".