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


## Description

> Macro (excerpt)
> 
> Updates a screen tab

Updates a screen tab. Returns the id of the updated tab.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admUpdateScreenTab(screenId, tabId, tabName) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [use adm;
updateScreenTab(screenId, tabId, tabName);] |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| screenId | int | Yes | The screen id. |
| tabId | int | Yes | The screen tab id. |
| tabName | string | Yes | The new tab name. |

## Return Type

**int**

## See also

> Macro (contentbylabel)