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


## Description

> Macro (excerpt)
> 
> Creates a field config scheme

Creates a field config scheme

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admCreateFieldConfigScheme(name, description) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [createFieldConfigScheme(name, description)] |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| name | string | Yes | Name of the config scheme |
| description | string | Yes | Description. May be null, in which case will be an empty string |

## Return Type

**[JFieldConfigurationScheme](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/435028065)**

Returns the scheme, or a null (empty) struct if it cannot be created

## See also

> Macro (contentbylabel)