Reltio Connect

 View Only
  • 1.  Search OV false values only

    Reltio Partner
    Posted 05-17-2022 12:35
    Is there any way to determine the profiles that have a particular value as OV false only? Presently de-selecting "Search BY Ov" would search both ov true and false values. But what if we want to search explicitly ov false values?


  • 2.  RE: Search OV false values only

    Reltio Employee
    Posted 05-18-2022 10:08
    Hi Sumit,
    You may have to do this via the API.  See https://docs.reltio.com/entitiesapi/searchentity.html in the 'options' section where it reads:

    • nonOvOnly: return only attribute values that have the ov=false flag. If you have a nested or reference attribute value, where ov=true, but sub-attributes, where ov=false, then these sub-attributes do not appear in the response.

    Using this together with the 'filter' section should get you what you are looking for.