• Not able to sync view in sync editor - Oracle DB Connector

    Hi Team,

    I have a target system - Oracle Database with 1 table and 1 view.

    Able to connect to the DB, but only able to see the table not the view in Target System -> Browse

    Any idea how to fetch/use the view in the sync editor ?

    Any workaround of…

  • IMOD-SE - Web Portal and Custom API doesn't show query result from view

    I developed a custom API that takes the data present from a view created on the database.
    {"TotalCount":84,"TableName":"CCC_View_PersonIAGSI_IAGNO","Entities":[
    ...
    ...
    ...
    ...
    ]
    }

    A new page has been created on…
  • Error in Web Portal while saving view

    Good evening,

    While saving a view for my collaborates I see this error:

    'Uncaught Typerror: Cannot read properties of null (reading 'addClass')'

    Have someone the same issue? How I can resolve?

    I use One Identity Manager v. 8.1.5

    Than…

  • Field of custom database view not visible in REST API results

    Hi,

    We are planning to use a view to provide interface for reading data over REST API. We configured a mockup-view and set permissions and it's possibly to query the view over the REST API, but it only returns the uid_person column. If we include any…

  • Updating PersonInOrg

    Hi

    Normally, we will want to update DB objects as such 

     

    Dim dbObject As IEntity
    
    dbObject = Session.Source.Get("CustomTable", UID_CustomTable)
    dbObject.PutValue("column", "newvalue")

    We wanted to update UID_Org in PersonInOrg…

  • Schema Extensions on Locality

    Hi people,

    I was wondering if anyone has successfully extended the schema of Locality, Department, Profitcenter or Org views.

    I assume that one must extend the schema of BaseTree first, but how does one include the extended schema in the appropriate views…