cancel
Showing results for 
Search instead for 
Did you mean: 

Roles and Users

former_member226173
Active Participant
0 Kudos

Hi All ,

Is there any way we can store and retrieve users and roles which are maintained in MDM with their mappings .

Regards,

Vag Vignesh Shenoy

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

One over the top solution could be using, assignments and Validation.

Device as many assignments as Users & Roles, in their combination.

Add Custom fields in the repository, using validations check the who the logon user is and with assignment store the details in Custom Field.

This detail later can be downloaded into Excel from Data Manager else, using JAVA API.

Regards,

Abhishek

Former Member
0 Kudos

Hi Vignesh,

If you are asking about downloading all the users from one repository along with the roles assigned to them, then it is not possible at MDM level. So you need to extract this data directly from Data Base Tables. Roles and Users would be stored in separate tables so you need to prepare your query using join condition so that it extracts users along with roles assigned. Kindly check this and let me know.

Thanks and Regards,

Ankush Bhardwaj

Former Member
0 Kudos

HI Vignesh,

You can use Java APIs to extract Users and Roles mapping from MDM.

Kind Regards,

Dilmit

former_member226173
Active Participant
0 Kudos

Hi Dilmit ,

This is again Custom development . Is there any other possibility to capture this ??

Worst case scenario if we develop this can we get the all the Function and Table attributes as well on the roles ??

Regards,

Vag Vignesh Shenoy