cancel
Showing results for 
Search instead for 
Did you mean: 

Get MDM Checked out record owner in web dynpro java

0 Kudos

Hello All,

I want to display owner name of checked out record in Standard Result set MDM Component when we clicked on the record.

We are using MDM 7.1 SP12  and CE 7.2 SP05 for web dynpro java.

If the standard mdm component does not support then could you please help us how to retrieve this using MDM java api.

BR,

Aditi Tapkir

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197472
Active Participant
0 Kudos

Hi,

Use Record.getCheckoutStatus();

Ref:  Record (MDM Java API Library)

Regards,

Amey