• Script for pwd gen and putting value into ADSAccount UserPassword field

    Hello,

    I've created a script to generate the password taking the xobjectkey as input and returning the password.

    Here's my script:

    Public Function CCC_Generate_Password_AD(ByVal accountXobjectKey As String) As String
    Dim entity As IEntity = Session…

  • Separate creating unique values for multiple objects simultaneously

    Hi. I have a script that creates unique values when adding new object in UNSAccountB. This script is used in process that starts on the Insert event. Process takes UID processed object and send UID to script (process is generated for each single object…

  • Create DB Objects

    OIM Versoin 8.1

    I'm reading the SDK and trying to execute some of the examples and I'm not having much luck with creating DB objects.

    It looks like everything is OK, there are no errors but nothing is being saved to the database. Maybe I'm overlooking…