cancel
Showing results for 
Search instead for 
Did you mean: 

How to add,update & delete records from MDM using MDM API

Former Member
0 Kudos

Hi,

Could anyone please post a code snippet on how to insert & update & delete records from MDM using java MDM API.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

How do I search for a text field using certain value by the user in the WD UI to check whether the record having this value exists in MDM or not?

Thanks in Advance.

Narendra.

Former Member
0 Kudos

Hi,

You can use the AddRecord(), UpdateRecord() and DeleteRecord() methods available in CatalogData class.

Hope this helps.

Let me know in case you need any additional details.

Regards,

Rajani Kumar

Former Member
0 Kudos

Hi,

is it also possible to copy one value from a record to a different record?

Regards

Nico

Former Member
0 Kudos

Hi Nico,

Yes it's possible, you must search for the first record and grab the value, then you must search for the second record and then update it.

Hope this helps,

Richard

Former Member
0 Kudos

Hi Nicolas,

You can use DuplicateRecord() method in CatalogData class for this.

Regards,

Rajani Kumar