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

> Macro (button-handy)



> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | getCustomFieldDescriptionById(customfieldId) | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Gets the description of the custom field by id.

  Gets the description of the custom field by id.  

## Parameters

> Macro (table-plus)
> 
> | Parameter name | Type | Required | Description |
> | --- | --- | --- | --- |
> | customfieldId | number | Yes | Customfield id. |

## Return Type

**String**

Returns the custom field description for the provided id.

## Example

```
return getCustomFieldDescriptionById(10000);
```

## See also

> Macro (contentbylabel)