on 2016 Mar 23 4:08 PM
Request clarification before answering.
Hi Youssef,
You can try this simple query to get all the users who have reference user.
select distinct mskey from idmv_vallink_basic where mcAttrName='MX_REFERENCE_USER'
if you wanted to get the reference user is test s_test then, use below query
select distinct mskey from idmv_vallink_basic where mcAttrName='MX_REFERENCE_USER' and mcValue='mskey'
where mskey is the mskey of the ‘reference user (test s_test)mskey’
Regards,
Jaya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Youssef,
If you look up that user in the database, you should be able to see the linkage.
My assumption is that it should be in the MX_REFERENCE_USER attribute:
MX_REFERENCE_USER User reference Entry reference Single ReferenceUser Reference to MX_PERSON only. System specific user ids.
I got this information from the IDM Schema document
From here you should be able to generate a query...
Hope it helps you.
Regards,
Matt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
89 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.