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


## Description

> Macro (excerpt)
> 
> Returns the tab's fields

Returns the fields already added on the screen tab.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetScreenTabFields(screenId, tabId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [use adm;
screenTabFields(screenId, tabId);] |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| screenId | int | Yes | The id of the screen. |
| tabId | int | Yes | The id of the screen tab. |

## Return Type

**string []**

## See also

> Macro (contentbylabel)