Adding Desktop App Sets

After you have added desktop apps, you can organize them into logical groups—desktop app sets—to simplify management activity and reporting for attributes in common.

To add a desktop app set:

  1. In the Admin Portal, click Apps, then click Desktop Apps to display the list of desktop applications.

  2. In the Sets section, click Add to create a new set.

  3. Type a name for the new set, an optional description, and select whether group membership is manual or dynamic.

    For manual sets, you can specify permissions for both the set itself and the members of the set. For dynamic sets, you can only specify permissions on the set.

  4. Identify the members of the set in one of two ways.

    • If set membership is Dynamic, type the SQL statement to execute to identify set members in the Query field. For example, if you want to add a set for the applications with a name that starts with ora, you could type a SQL statement like this:

      select id from Application where Name like 'ora%'

    • If you select Manual, click Members, then click Add to search for and select the desktop applications to add as members.

  5. Click Save.

    Also see, Managing Application Sets.