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


## Description

> Macro (excerpt)
> 
> Creates a field configuration

Creates a field configuration

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

## Parameters

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

## Return Type

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

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

## See also

> Macro (contentbylabel)