Hi Amisha,
Reltio doesn't recommend using LCAs for performing "After Save" operations. Because LCA's can be costly in terms of performance. Instead of using the LCA based approach, a better solution will be to use event streaming. Where you should do the following on a high level
- Enable streaming in the Reltio tenant to stream events to an external queue. AWS SQS/SNS, Azure Service Bus or Google PubSub can be used.
- Create a RIH recipe to listen to the "ENTITY_CHANGED" event from the queue.
- When the ENTITY_CHANGED event is received call the recipe you mentioned as a function.
------------------------------
Diparnab Dey
Technical Consultant
Reltio
Kolkata, West Bengal
------------------------------