I have a custom developed application that uses MDS API to enter data into database. I want to enter only those records that are new. If a record already exists with one or two attributes different then I want to update the existing record in database
with these new values. I found out that EntityMembersMerge does a similar thing what I want to do but couldn't understand how it does. Can you xplain how to do it with the use of EntityMembersMerge function?
↧