cancel
Showing results for 
Search instead for 
Did you mean: 

Checkout function in WD component

Former Member
0 Kudos

Hi All,

We are using BPM workflow and maintaining MDM as below.
1) Applier starts BPM process.
2) Applier adds or updates MDM record via WD component.
    The changed record is saved as checked out. Original data is as-is.
3) Approver checks the changed record, and approves.
4) Check-in webservice is called, and the changed record is checked in.

I'd like to ask you about the step 2, check out function in WD component.
There is a standard setting for checkout "Create New Record Type" in Item details iView.
This is valid only for NEW record.
But the UPDATED record also needs to be checked-out.

How can we implement the check out function?
If you have faced similar case, please let me know the solution.

Regards,
Tamaki

Accepted Solutions (0)

Answers (1)

Answers (1)

pradeep_kumar5
Active Participant
0 Kudos

Hi Ab,

You need to use MDM Java API to checkout the record before applier make any changes to the record. Let me know if you are using MDM java API in ur application.

Regards,

pradeep