cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Fieldvalue From Record Id in MDM

Former Member
0 Kudos

Hello All,

I have 2 questions:

1)Can you please tell me how to get the Field value from the Record Id (R1,R2,R3,R4....etc).

i know How to get the field value by passing the field id in the record.

Ex:record.getFieldValue(fieldProp4.getId()).

Is thereb any way that i can get the Field value by passing record id as parameter.

2)I am trying t populate the look up field value (From look up table) in the main table.

Can you please suggest How to get the lookup field value (From look up table) in the main table.

Regards

-sandip

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member40425
Contributor
0 Kudos

Hi Sandeep,

Your first requirement can be solved by using below code.

record.getLookupDisplayValue(fieldProp4.getId()).

instead of using

record.getFieldValue(fieldProp4.getId()).

Can you please elaborate ur second requirement, do you want to modify any lookup value of record and want to save in MDM.

Regards,

Rohit