Reltio Connect

 View Only
  • 1.  Way to Filter out events triggered due to non ov changes

    Reltio Partner
    Posted 06-25-2024 08:56
    Hi Folks,
     
     
    Is there any way we can filter out events which have ovChanged: false for snapshot payload type?
     
    example: We want this kind of events to be ignored and do not want to be streamed.
     
    {"type":"ENTITY_CHANGED","object":{"uri":"entities/00013ef","type":"configuration/entityTypes/Contact","createdBy":"ReltioAdmin","createdTime":1678984727681,"updatedBy":"Vikash.Malekar","updatedTime":1718858881640},"ovChanged":false}
     
    Can you please let know if there is a way to filter out them.
    Thanks,
    Vikash


    ------------------------------
    Vikash Malekar
    Deloitte
    ------------------------------


  • 2.  RE: Way to Filter out events triggered due to non ov changes

    Founding Member
    Posted 06-25-2024 13:24

    Hi Vikash,

    I haven't tried it yet but see if this helps, Add object filter as 
    objectFilter=equals(ovChanged,'configuration/entityTypes/XYZ') and equals(ovChanged, 'true')



    ------------------------------
    Ashish Rawat
    Sr. Manager
    Fresh Gravity
    Bangalore
    ------------------------------



  • 3.  RE: Way to Filter out events triggered due to non ov changes

    Reltio Partner
    Posted 06-26-2024 06:16

    Hi Ashish,

    I have tried this filter already. But that is not working as object filter will work only on object level properties, it is not working on outside object properties like ovChanged properties which is outside the object in the event.

    Thanks,

    Vikash



    ------------------------------
    Vikash Malekar
    Deloitte
    ------------------------------