Skip to main content
Question

Reporting on Multiple Projections


Forum|alt.badge.img+1
  • Do Gooder (Customer)
  • 2 replies

The Projection Grant Screen allows you to individually report which Permission Sets a single Projection has been granted to.  However, I have a need to ringfence numerous Projections and would like to be able to report on X number of Projections at once and get a listing of the Permission sets each Projection is granted to (ideally would be usefully to exclude looking into Permission sets that I know are not relevant).  I can see this as being a frequent admin task to ensure the integrity of the permission sets\system.  This will also provide evidence of active management in the area to our auditors.   Does anyone know of a suitable report/solution for this requirement. 

2 replies

Forum|alt.badge.img+14

@Lizw The Projection Summary page is close to what you’re looking for.  You can query for multiple projections at a time and then view the Permission Sets Granting This Projection tab for each.  The other tabs - Users Granted This Projection and User Group Users Granted This Projection would be of use for auditing who has access to each Projection.

It’s probably not the perfect solution since you’d need to click on each Projection to see the relevant tabs, but it could be used as a source for a report or Lobby.


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Customer)
  • 2 replies
  • March 20, 2025

Hi 

Managed to solve this issue with a quick report.  Created a Permission set containing the ring fenced Projections.  Used this as the input for the following query that excludes the Role and Other Permission sets.

 

SELECT DISTINCT  projection, ROLE
FROM &AO..PERM_SET_ALL_AVAILABLE_PAGES 
WHERE ROLE NOT IN ('IFS_ALL', 'IFSREADONLYSUPPORT',&ROLE)
AND PROJECTION in (SELECT projection
   FROM &AO..PERM_SET_ALL_AVAILABLE_PAGES
   WHERE ROLE = &ROLE)
ORDER BY  projection, ROLE


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings