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

Add script to specific user attribute

Hello,

I'm trying to add a script to users attributes that will generate a 8 digit pin every 24 hours.

We  have the script ready to go and will set it up in a scheduled task however,  I am having trouble linking the script to the specific attribute.

Does anyone have any suggestions or KBs i can use to create this.

Parents Reply Children
  • There are a number of ways in which this could be implemented. They are documented, but not all in one spot, since this could tie into several components.

    I suggest starting with the Active Roles Administration Guide. There are also a number of solutions in the knowledge base flagged as "How To" articles which you might find useful.

    I recommend designing the solution front end first, but implementing the back end first. Decide what you want to expose to your users in the Active Roles Web Interface, if anything, and then configure the solution so that it reacts to those triggers. When the back end does what you want it to do, then you can expose it to your Users.

    Change Workflows or Policy Scrips are real-time, while Automation Workflows and Scheduled Tasks offer scheduled, bulk processing options. If you need a highly reliable solution, you may choose to implement something real-time and also have a redundant bulk processing option as well - this is how Active Roles Dynamic Groups are implemented.