cancel
Showing results for 
Search instead for 
Did you mean: 

MDM Check In - Check Out

Former Member
0 Kudos

Hello Experts,

I have active record in MDM. As user wants to make changes, I check out the record using MDM webs service check out. I want to compare using web service the changes user made to the last active version. Is it possible to read last active version of record using same user who has checked out the record?

Thanks,

Ahmed

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

There is change tracking functionality available in MDM which keeps a track of the changes made in the MDM, whether new records is created or modified or deleted.

One can use this in web services or not i'm not sure.

regards,

Abhishek

junwu
Active Contributor
0 Kudos

yes , it is possible if you know the original record id, which will be the input of the retrieve function.

you can also get the original id from the checkedout id.