Reltio Connect

 View Only
  • 1.  SQS Event Streaming

    Reltio Employee
    Posted 09-12-2022 08:38
    Hi,

    Is it possible to filter the events that are sent to the external queue by attribute changes, so that events are only sent to the external queue when certain attributes have been updated?

    While testing, I tried adding the below filter criteria to the objectFilter field and it doesn't seem to work.

    "objectFilter": "(changes(configuration/entityTypes/HCP/attributes/FirstName))",

    Best,
    Sam


    ------------------------------
    Samuel J. Wilson
    ------------------------------


  • 2.  RE: SQS Event Streaming

    Reltio Employee
    Posted 09-22-2022 09:51
    Nevermind I figured it out! You have to use
    "changes(delta.attributes.FirstName)",


    ------------------------------
    Samuel J. Wilson
    ------------------------------