---
title: "admAssignFieldConfigSchemeToProject"
canonical: "https://support.appfire.com/space/PSJC/860455585/admAssignFieldConfigSchemeToProject"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Assigns a field config scheme to a project

Assigns a field config scheme to a project

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admAssignFieldConfigSchemeToProject(schemeId, projectKey) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [assignFieldConfigSchemeToProject(schemeId, projectKey)] |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| schemeId | int | Yes | Id of the config scheme |
| projectKey | string | Yes | Key of the project |

## Return Type

**boolean**

Returns true if the scheme is assigned to the project

## See also

> Macro (contentbylabel)