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


## Description

> Macro (excerpt)
> 
> Removes a field from a certain tab

Removes a field from a certain tab on a screen. Returns true if field was removed

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admRemoveFieldFromScreenTab(screenId, tabId, fieldId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [use adm;
removeFieldFromScreenTab(screenId, tabId, fieldId);] |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| screenId | int | Yes | The id of the screen. |
| tabId | int | Yes | The id of the screen tab. |
| fieldId | string | Yes | The id of the field, i.e. 'summary', 'customfield_123456', etc. |

## Return Type

**boolean**

## See also

> Macro (contentbylabel)