Manage flags

In addition to standard application statuses and offer types, Administrators can use flags to categorize applications. Flags allow Administrators to mark and identify applications based on specific criteria, making it simpler to process them.

In DreamApply, flags are created and managed at the institution level. Administrators can view, assign and manage flags created by other Administrators, which allows for consistency and collaboration.

Before you begin

  • To manage access to flags, your account must have the Superuser role or the administrators permission.
  • To manage flags, your account must have the Superuser role or the flags permission.
  • To assign existing flags, your account must have the Superuser, Admissions administrator or Academic supervisor role or the applications-flag permission.
  • To subscribe to journal events, your account must have the Superuser or Admissions administrator role or the journal-view and journal-edit permissions.

Assign roles and permissions

To let Administrators work with flags, you must assign roles and permissions to them and grant them access to specific flags.

Administrators require the Admissions administrator or Academic supervisor role to add or remove existing flags from applications. We recommend that you grant this role to all Administrators involved in application review.

To let Administrators create new flags and manage existing ones, you must additionally grant the flags permission to them.

To assign roles and permissions to Administrators:

  1. In the main menu, under System, select Administrators.
  2. Create a new Administrator account or select to edit an existing account.
  3. In the Roles and permissions section, choose the role that must be granted to the Administrator.
  4. If necessary, select the Add additional permissions check box and choose the permissions that must be granted to the Administrator.
  5. At the top of the form, click Save changes.

You can grant permissions individually or create new roles with required permissions and assign them to Administrators. For details, see Create Administrator roles.

Assigning roles and permissions

Grant access to flags

By default, Administrators have access to all flags created in DreamApply. However, their access can be restricted to specific flags. In this case, Administrators will be able to work only with those applications that have any of the flags accessible to them.

To restrict access to flags:

  1. In the main menu, under System, select Administrators.
  2. Create a new Administrator account or select to edit an existing account.
  3. In the Resource access policies section, under Flags, select Only access to applications with any of these flags and choose flags to which the Administrator must have access.
  4. At the top of the form, click Save changes.
Granting access to flags

Assign flags

DreamApply offers several ways to assign flags:

Manually assign flags

To manually assign flags to applications:

  1. In the main menu, under Applications, click Browse.
  2. In the application card, in the Type to add a flag field, type the flag name to add a new flag or select an existing one.

To manage flags, click the wrench icon on the right. You can set colors for flags, delete flags created by you and other Administrators or replace them with other flags.

Assigning flags

Assign flags through bulk actions

You can select a group of applications and assign flags to the entire group.

To assign a flag in bulk:

  1. In the main menu, under Applications, select Browse.
  2. Use filters at the top to select a group of applications that match specific criteria.
  3. From the Bulk actions list, select Add/remove flags. Type the flag name to add a new flag or select an existing one.
Assigning flags in bulk

Assign flags through rules

You can configure rules to automatically assign flags to applications based on specific conditions. To be assigned through rules, the flag must already exist in the system.

  1. In the main menu, under Automation, select Rules.
  2. At the bottom of the rule list, click New rule and specify the rule name.
  3. In the Trigger events section, select events that must activate the rule. For example, you can choose to assign flags to all newly submitted or re-submitted applications.
  4. In the Conditions section, specify granular conditions for the rule.
  5. In the Action section, select the Add a flag to the matched applicant check box and choose one or more flags to assign.
  6. At the top of the form, click Save changes.
  7. In the rule list, set the rule status to Active.
Assigning flags through rules

Assign flags via the DreamApply API

You can programmatically create and assign flags via the DreamApply REST API. This method is useful for integrations with third-party systems and external workflows.

Use the Journal events

DreamApply records the following flag assignment events in the journal:

  • Application was flagged
  • Application was un-flagged

To track these events, subscribe to them using the Application flags event group.

See Also