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

How to apply a attribute Template to all user

we have created a custom script for creating an attribute in person object. But later we have modified the script ,and i need to apply this script for entire users in One idm.

How can i do that .Is there any dedicated task for that.Otherwise i need to select  every user and do "Reapply template " .

Please help me.................

  • From Object Browser, select DialogTable and the Person table.  Select Events under the Actions section and select EXECUTETEMPLATES.

    It should then prompt you to include:

    UpdateColumns     <the attribute you have updated>

    WhereClause          <apply a filter to a subset of users, or if you are confident, then 1=1>

    VI_Execute Templates job will display in the job queue to perform the updates.