Reltio Connect

 View Only
  • 1.  is there any way to identify matched profile while creating a profile through Reltio UI

    Reltio Partner
    Posted 05-31-2023 09:41

    Hi ,
    We need to have a check while creating a profile from Reltio UI it need to check whether any profile exists with same information in the Tenant c, if so it should not allow us to create the profile and through us an error message.
    how can we achieve this any inputs



    ------------------------------
    Karthik karthik
    PWC
    ------------------------------


  • 2.  RE: is there any way to identify matched profile while creating a profile through Reltio UI

    Founding Member
    Posted 05-31-2023 10:34

    One of the way is to implement an LCA beforeSave hook which can trigger before saving a record -> make a _matches API call if figure out if a match exist then display error message else create the record. FYI- LCA may impact the performance and requires additional maintenance.

    If the requirement is for records created via integration then you can always leverage external match to figure out if new record matches with existing. 



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



  • 3.  RE: is there any way to identify matched profile while creating a profile through Reltio UI

    Reltio Partner
    Posted 05-31-2023 10:39

    Hi Ashish,

    Thanks a lot for your response , is there sample LCA code for reference.




    ------------------------------
    Karthik karthik
    PWC
    ------------------------------



  • 4.  RE: is there any way to identify matched profile while creating a profile through Reltio UI

    Founding Member
    Posted 05-31-2023 13:04

    Yes, You can find sample code in ROCS portal

    https://bitbucket.org/reltio-ondemand/life-cycle-lambda-sample/src/master/

    https://bitbucket.org/reltio-ondemand/life-cycle-sample/src/master/



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