• Update Script for a value column in Person Table

    I wanna add a modification to a script used for calculating the CCC_Direction value in the Person table. CCC_Direction corresponds to the Direction to which the person is attached calculated based on DepartmentName column in the Department table as shown…

  • How to Trigger a custom task if any changes happened in any attribute of Person Table

    I have requirement as when any attribute of user updated in person Table via feed file ,i need to trigger custom script in One idm. How can i Achieve this.Please provide a solution.

  • Script Error: Employees: Write permission denied for value "Disabled permanently".

    I have this script which throws "Employees: Write permission denied for value "Disabled permanently"." error during execution. What I'm missing?

     

    Public Function CCC_InActivatePerson(
        ByVal UID_Person As String) As String…