cancel
Showing results for 
Search instead for 
Did you mean: 

MDM JAVA API for Modify Join Permissions....

NarendraChandel
Contributor
0 Kudos

Hi Experts,

I have a requirement in which a user has to exclusively checked out the record for mofifying it.

After modifying the record a request is sent to approve to approve the rocord.

But approver could not approve the record as it is exclusively checked out.

But i have checked a functionality in MDM data manager that the User use Modify Join Permissions to add the approve Id as permitted user.

Now Approve can use Join chcek out and is able to approve the record and finally the approved record gets checked in.

Here my question is how i can do this using MDM java API.

I found out API for *Join check out * -> it is JoinCheckoutRecordsCommand.

But i am not able to find out Java API for Modify Join Permissions .

Any helpful pointer will be highly appreciated.

Regards

Narendra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Narendra

If you use next workflow:

start(checkout) - modify - approve- stop(checkin)

all work good,

but modify record in that workflow through API you can only if connect to repository as

workflow OWNER

i suppose, you can modify checked out record only if connect to repository as user who does check out

you can create simple workflow and run it from java api or do something else with it

Regards

Kanstantsin

Former Member
0 Kudos

Hi,

There is no JAVA api for modify join permissions.

Thanks & Regards,

Veera.

Answers (0)