cancel
Showing results for 
Search instead for 
Did you mean: 

Java API - key mappings

Former Member
0 Kudos

Hello,

I would like to use the Java API to search for a record, take the key mapping information from that record, and place it in a qualified lookup table.

Is there any method in the API that will allow me to obtain the key mapping information from a record?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you are using Java API 2, you can use RetrieveRecordsKeyMappingsCommand.

Former Member
0 Kudos

I was interested in this as well, can you get the default flag with that too?

Former Member
0 Kudos

Yes, you just need to set DefaultKeyOnly property to true before execute the command.

Answers (0)