0 votes

Can you think of a way to allow ADAxes users the ability to enter a help desk ticket number, and then have this information passed along in the workflow approval?

Thanks

by (950 points)
0

Hello,

Can you provide more details on what you are trying to achieve?

1 Answer

0 votes
by (18.0k points)

I think I understood what you mean.

Recently (14/06/2012) we released a minor update for 2012.1 that allows using custom properties when managing AD objects.

Here is what you can do:

  1. Provide a custom display name for the property called adm-CustomAttributeInt1. For example, name it Ticked Number. For details, see Customizing Display Names for AD Properties.
    adm-CustomAttributeInt1 is a virtual property that is not stored in Active Directory but you can use it in Adaxes like a regular property of AD objects.
  2. Customize the Web Interface forms to allow users to edit the adm-CustomAttributeInt1 property. For details, see Customize Forms for User Creation and Editing.
  3. If necessary, make the property required using Property Patterns.

If the property was filled in during an operation that requires an approval, the approver will see it in the request details.

0

Thanks for putting this together. I'm testing with this model.

It occurred to me that a simple solution may be to add a standard function in the custom command area that would allow you to trigger a prompt for a "transient" value based on a Business Rule. For example, you could define a Business Rule that was like:

Before updating a user (group, etc), prompt for value. The prompt could be in the form of a new window/form. The value could have property enforcements, etc. and could be passed along to the workflow, etc.

Thanks,

Brad

0

Yes, we are thinking about something like that. But what to do if an operation is performed via a script?

0

I was thinking something similar to the messages that can pop up as confirmations for custom commands, only with the addition of an entry field:

0

Hello,

I've submitted this feature to our Sandbox. We'll be discussing the possibility to implement it.
Thanks for the suggestion.

0

Thanks!

Related questions

0 votes
1 answer

I would like to have the possibility to use different icons for AD groups. I have groups for file permissions, applications, mailboxes, etc. For each group type I ... do this without schema extension? or will this be possible in the future? regards pudong

asked May 6, 2022 by pudong (670 points)
0 votes
1 answer

Thanks for the info. I'm now grabbing the %adm-ManagerUserName% value, but need to remove the final 21 characters of it so it contains only their username and not our ... this in the PowerShell Script Editor for my business rule, I get the following error:

asked Mar 11, 2021 by mkvidera (60 points)
0 votes
1 answer

As part of our HR onboarding process, they need to specify non-AD integrated software requirements. Is there a way to have a customised field on the form that when ticked or ... say the name of the software and have it linked to a particular field in AD.

asked Apr 15, 2020 by russmerriman (40 points)
0 votes
1 answer

Hello, Is it possible to have a variable or custom field that I could use and reference from multiple PowerShell scripts? For example, I want to have two custom commands, ... It could be something system wide or maybe local to the scheduled task? Thanks! Ryan

asked Jun 4, 2019 by ryan_breneman (920 points)
0 votes
1 answer

Hello, We have modified the Active Directory schema to include some custom fields. I am trying to read/write to those custom fields through the Adaxes API and am getting an ... .Put("customFieldName", "value"); user.SetInfo(); Any help would be appreciated.

asked Oct 31, 2013 by mbcalvin (140 points)
3,346 questions
3,047 answers
7,782 comments
544,982 users