Community,
Where could we download the list of users and his/her granted permission set?
Thank you.
Ron
Community,
Where could we download the list of users and his/her granted permission set?
Thank you.
Ron
Hi
Here is something(IFS Cloud) but I do not think so it helps.
Piotr
We are in APP10, I don’t think we have this report.
Hi
You can use Grant Permission Set to User page in IFS EE and export the list of users and his/her granted permission set to a XML file or CSV file using “Export Grants for all users” or “Export to csv” RMB menu options.
Hi
You can use Grant Permission Set to User page in IFS EE and export the list of users and his/her granted permission set to a XML file or CSV file using “Export Grants for all users” or “Export to csv” RMB menu options.
I can’t find this page IFS Cloud
Hi
You can refer to Solution Manager/Users/User/User Permission/All Grants tab to get any users’ granted permission set details.
Additionally, you can create a quick report using SQL statement below.
SELECT *
FROM USER_HANDLING_ROLE_GRANT_TYPE
WHERE IDENTITY LIKE NVL('&Emp_Id', '%')
Regards
Abdul Rehman
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.