cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving Drop Down List Value using JAVA API

Former Member
0 Kudos

Hi All,

I am retrieving records from MDM but when I retrieve a field that is a drop down list from another table, I am getting which row in the list the selected value is and not the value.

What is the best way to retrieve the value?

Not sure if I need to get it a different way in the Java API or if I need to update MDM.

Any help would be appreciated.

Thanks

Ryan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ryan ,

You can go through the below helpful links on Similar problems on java APIs:

Hope It Helped

Thanks & Regards

Simona Pinto

Former Member
0 Kudos

Hi,

In Java API.. the method getFieldValue will return the record id of the lookup table (in case of lookup field).

You can use the method getLookupFieldValue to retrieve the Field value of a lookup field.

Thanks,

Priya.

Former Member
0 Kudos

Thanks for the help.

Ryan

Answers (0)