Hi,
I have a custom entity which have an ID that will be same for some records.
So, if anyone create the record with the same ID, then I have to auto update the newly created records with some some field values present on the existing record.
Please advise the steps and examples on how I can achieve this requirement?
Thanks