Newer Version Available
PermissionSetTabSetting
Represents a permission set tab setting. Requires the View Setup
permission. Use this object to query all tab settings of the permission set. This object is
available in API version 45.0 and later.
Supported Calls
create(), delete(), describeSObjects(), query(), retrieve(), update()upsert()
Fields
| Field Name | Details |
|---|---|
| Name |
|
| ParentId |
|
| Visibility |
|
Usage
Use the PermissionSetTabSetting object to find tab setting visibility settings, parent permission sets, and so forth.
For example, to find the visibility setting of a tab named “standard-Lead,” do something like the following.
1SELECT Visibility
2FROM PermissionSetTabSetting
3WHERE Name = 'standard-Lead'