• Angular Entity Filters - conditions

    Is it possible to do and/or conditions with filters?

    For example, the old Portal SQL had this clause:

    IdentityType = 'Primary' AND IsInactive =0 AND UID_Person <> '{0}' AND (UID_PersonHead = (SELECT UID_PersonHead FROM Person WHERE UID_Person = '{0}…
  • Doubts on filtering condition in synchronization editor

    Dear Everyone,

    We are currently syncing attributes from a target system to One Identity Manager using the Sync Editor. So far, we have applied System Filter conditions to load the particular data such as:

    • Person ID is not null

    • Employee number starts…

  • How to filter the values of a custom field based on the value inserted in a drop down list?

    Hi,

    In One Identity Manager 8.2.1 I would like to filter the items of a custom field based on which value I selected before in a dropdown list.

    In the web portal, in the "Add new employee" section of the managers I have these two fields:

    The…

  • Powershell Sync Project Filtering

    Hi all, 

    I have seen that you can add a filter in the ReadConfiguration of the XML file. Has anybody any information how this works? How does the filter have to look like to only read certain objects. Was unable to find any documentation about it. 

    <ReadConfiguration…

  • Which filter is more suitable?

    We received a hint from our colleagues, who administrate the Active Directory, that we can exclude user objects, which have the value 2048 in the attribute userAccountControl.

    We have done first tests with our own schema class - in our opinion this worked…

  • Composition API filter on translated columns?

    Hello,

    how can we use a filter on a translated column that is exposed via the HandleGetByQuery()-Method within the Composition API?

    The column is configured respectively and the endpoint returns the translation in the DisplayValue:

    ... "CCC_WorkflowType…

  • Synchronization Editor: Key resolution - Dynamically filtering schema type based on target system property. Such as DialogState

    Hello OneID people,

    I've stumbled across a pickle that I was able to work around for now, but I would like your opinion on how I might be able to solve it permanently.

    I have a sync project which, among others, imports locations from the source system…