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


## Description

> Macro (excerpt)
> 
> Gets all the field configs matching a given name

Gets all the field configs matching a given name

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetFieldConfigsByName(partName) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [fieldConfigsByName(partName)] |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| partName | string | Yes | name to match |

## Return Type

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

Returns the field configurations, filtered on the Jira side

## See also

> Macro (contentbylabel)