cancel
Showing results for 
Search instead for 
Did you mean: 

MDM API for key Mapping.

Former Member
0 Kudos

Hi All,

Can anyone tell me how to use MDM API for updating key mapping ?

I want to create a webservice which will take customer,client system and key for updating key mapping in mdm.

Can anyone give me clue on this

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Rama,

are you refering to the Java API?

If so, please have a look at the Jave API Reference Guide for MDM. You should find ideas and solutions for your problem in there.

Greets,

Andreas

Former Member
0 Kudos

Hello Rama:

Under Java you can do these things:

Delete key mapping:


CatalogData.DeleteKeyMapping(ClientSystem : String, Table :
String, RecordID : int, Keys : String[])

Argument Description

ClientSystem -> Client system name
Table -> Table name
RecordID -> Record ID
Keys -> Remote keys to remove

Set a new keymapping:


CatalogData.SetKeyMapping(ClientSystem : String, Table :
String, RecordID : int, Keys : String[], DefaultKeyIndex
: int)

Argument Description

ClientSystem ->    ClientSystem name
Table ->           Table name
RecordID ->        Record ID.
Keys ->            Remote Keys you want to add
DefaultKeyIndex -> Index entry into the key parameter
indicating the key value as the default.

I hope that helps

Alejandro

Former Member
0 Kudos

Hi

Are you referring to the New Java API in this answer? If not how do you do this using the new MDM Java API (latest I believe is ver 5.5.36.23)?

Thanks

Paul

Answers (0)