---
title: "admGetPriorityScheme"
canonical: "https://support.appfire.com/space/PSJ/15488175/admGetPriorityScheme"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetPriorityScheme(pkey) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | getPriorityScheme(pkey) |

## Description

> Macro (excerpt)
> 
> Returns the project priority scheme.

Returns the project priority scheme.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| pkey | string | Yes | Project key. |

## Return Type

**String**

The requested scheme name.

## Example

```
return admGetPriorityScheme("TEST");
```

## See also

> Macro (contentbylabel)