cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass original Record ID of a checkedout Record to Web pane

Former Member
0 Kudos

Hi,

we have defined a web pane in MDM Data Manager to display the results of java program (servlet).

URL defined in console is

http://<App Server>:52000/auom/servlet/ACalculation?records=<r>

records=<r> sends record ID of the selected Record.

Refer to for more details on it

<b> If the record selected is checked out by user, how can we send original Record ID in the URL? </b>

[ When a record is checked out MDM creates a duplicate record and allows user to update duplicate record, original record is locked. Record IDs of these two are different ]

Regards

Shiva

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can try doing this way in the application

1. check if the record is checked out,

If yes, then get the original record id via the command RetrieveOriginalsByCheckoutRecordCommand.

else

You have the original record Id in hand.

Best Regards,

-Prashant.

Answers (0)