Hello

I am looking fro information on managing custom attributes in Adaxes.

I would like to create two custom attributes:

  1. Self Service Enrollment Stauts
  2. Object Type

While browsing and viewing columns, there is a built in "Type," however this is not available while looking at individual objects: image.png

Browsing I can see "Type." But I still need a custom attribute for Self-Service enrollment status image.png

And then when viewing an individual object, I would like to be able to have these two values (custom or otherwise) viewable. The "Type" column above is not a slectable attribute for some reason.

image.png

Software version: image.png

ago by (320 points)

1 Answer

ago by (307k points)
0 votes

Hello,

Type is a column, not a property name. That is why it is only available in lists (reports, objects in an OU, etc.) and not on object view properties. At the same time, there is no such property that will only display a certain type of object. You can use the Object class one, but each object has multiple values in it (e.g. for a user it will be top, person, organizationalPerson, user). If you need to display just a single value (e.g. User for user accounts), it can be done using a custom text attribute (e.g. CustomAttributeText1) populated accordingly. For example, it can be done using a scheduled task like below (you will need a separate task for each type of objects). For details on how to make the property visible on a web interface form, see https://www.adaxes.com/help/CustomizeFormsForUserCreationAndEditing. image.png

Unfortunately, there is no dedicated property holding the current enrollment status of a user for password self-service. You can save the status to a custom Boolean attribute using this script and add the attribute to the user view form.

Related questions

Hello, We really like the new Azure AD functionality in Adaxes. Is it possible (or planned) to managed Azure AD Custom Security Attributes (currently in Preview) using Adaxes? We have ... an AAD only user so we'd like to start with Azure attrbiutes if we can.

asked Dec 9, 2022 by Gavin.Raymen (40 points)
0 votes
1 answer

Can you let me know how to simultaneously add a value to a custom attribute to both the AD and Entra user objects? The graphical interface update only does it to the AD user object. Thanks.

asked Mar 25 by msheppard (880 points)
0 votes
1 answer

We are using the below snippet to grab the email of a single custom attribute object. Can I get guidance on the best way to modify this to get all the emails of each ... "The user specified in parameter 'MyParameter' has no email address. ", "Information") }

asked Dec 23, 2024 by msheppard (880 points)
0 votes
1 answer

We are wanting to display all values entered into a multi value text attribute in an email sent by Adaxes. What we've found is that only the first entry into the array ... Entry" Is there a way to reference the variable so that it displays all entries? Thanks

asked Dec 12, 2024 by msheppard (880 points)
0 votes
1 answer

I'm trying to do something very similar to: https://www.adaxes.com/questions/10758/copy-image-uploaded-binary-custom-attribute-network-share but rather than uploading the M365, uploading to ... it, but I'm stuck on this step. I have Adaxes version 3.16.21627.0

asked Oct 28, 2024 by jmatthews (250 points)
0 votes
1 answer