This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Create multi-functional button within ARS Web

Hello, 

 

I am trying to create a new button within ARS web. 

This button would need to , Expire the user account. Disable the account, Change the password and also write a description, 

Is there anyway to do this or would we need to create a new script for this to work. 

  • This sounds a lot like a deprovisioning process.

    You could create a deprovisioning policy that performs these steps (no scripting required).

    Once you have this, link it to an OU.

    Then, assuming you have delegated the required object level permissions (Deprovision), on all objects within the OU you will be able to use the built-in deprovision "button" from the right pane in the web UI.

  • You could also create a "Command" in the web interface to toggle a virtual attribute that you create. The command could trigger a workflow or an event handler script that does exactly what you need it to do.
  • You could also create a "Command" in the web interface to toggle a virtual attribute that you create. The command could trigger a workflow or an event handler script that does exactly what you need it to do.