Newer Version Available

This content describes an older version of this product. View Latest

TabDefinition

Represents a tab, and returns all tabs available in the org. Available in API version 43.0 and later.

Supported SOAP Calls

query(), search()

Supported REST HTTP Methods

Query, GET

Fields

Field Name Details
DurableId
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Unique identifier for the field. Always retrieve this value before using it, as the value isn’t guaranteed to stay the same from one release to the next. To simplify queries, use this field.
IsAvailableInAloha
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
True if the tab is available in the Salesforce Classic user interface.
IsAvailableInLightning
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
True if the tab is available in the Lightning Experience user interface.
IsCustom
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
True if the tab is a custom tab.
Label
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The tab label in the Salesforce org.
Name
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The name of the tab.
SobjectName
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Used with REST to retrieve the metadata for the tab.
Url
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The URL for where the tab directs the user.