Skip to main content
February 14, 2022
Question

Get list of applications

  • February 14, 2022
  • 2 replies
  • 0 views

Hi all,

I have a requirement to retrieve the list of applications and display for each user the applications that he can view them.

Any ideas ?

2 replies

stefanhelzle0001
Brainy
February 14, 2022

We just had that exact same discussion here a few weeks ago. Access to applications is controlled by group membership. Listing applications will not help you.

harshitb6843
February 14, 2022

How about creating a constant of 'List of Application' type and then using that constant wherever required. 
Like Stefan mentioned, the user might not have access to all the apps, then, in that case, you can reject that app through the reject() function in the code. 
But this will add a dependency to update the constants whenever a new app is created in the system,