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
------------------------------
Original Message:
Sent: 05-31-2023 10:39
From: Karthik karthik
Subject: is there any way to identify matched profile while creating a profile through Reltio UI
Hi Ashish,
Thanks a lot for your response , is there sample LCA code for reference.
------------------------------
Karthik karthik
PWC
------------------------------
Original Message:
Sent: 05-31-2023 10:33
From: Ashish Rawat
Subject: is there any way to identify matched profile while creating a profile through Reltio UI
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