Quantcast
Channel: SCN: Message List - SAP Identity Management
Viewing all articles
Browse latest Browse all 5016

Re: Reporting From IDM

$
0
0

Hi Aman,

 

As I already said you are using custom attributes (I just refreshed the notes for attribute names), you won't find information in approval views and tables. You can get the current approver from idmv_vallink_ext2. Use the below SQL and you will get the current approver;

 

Select * from mxmc_oper.idmv_vallink_ext2 where mskey = <MSKEY of position> and mcattrname = 'APPROVERS';

 

If you want all the approvers for the workflow;

 

Select * from mxmc_oper.idmv_vallink_ext2 where mskey = <MSKEY of position> and mcattrname = 'MX_APPROVERS';

 

Let me know if it worked.

 

Kind regards,

Jai


Viewing all articles
Browse latest Browse all 5016

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>