• One Identity Manager - Join in Query class

    Hello,

    I have a question regarding to the SDK's for One Identity 8.2 version. I'm looking for possibility to launch a query with option to make it left/right join. Is this possible to do it via SDK and connectivity to AppServer?

     new QBM.AppServer…

  • Cannot modify object via API "StartUnitOfWork"

    Hi all,

    I tried to modify an attribute of the person object via the API in system debugger with the following code :

    dbPerson = Session.Source.Get("Person", "38d611af-e1aa-4ffd-b4b4-79672d2cc21e")
    
    ' Update CustomProperty09 (Person)
    dbPerson.PutValue…