WebLink
Manages custom web links added to Salesforce page layouts, providing quick access to external resources.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the custom Web Link record. | |
| PageOrSobjectType | String | False |
API name of the page or sObject where the Web Link is available. | |
| Name | String | False |
Developer name of the Web Link, used for reference in the metadata API. | |
| IsProtected | Bool | False |
Indicates whether the Web Link is protected from being edited or deleted in certain contexts. | |
| Url | String | False |
Target URL that the Web Link directs users to when clicked. | |
| EncodingKey | String | False |
Character encoding format for the Web Link, such as UTF-8. | |
| LinkType | String | False |
Specifies the content source type, such as URL, S-Control, or Visualforce Page. | |
| OpenType | String | False |
Specifies how the link should be opened, such as in a new window or existing window. | |
| Height | Int | False |
Height in pixels for the window or frame where the Web Link content is displayed. | |
| Width | Int | False |
Width in pixels for the window or frame where the Web Link content is displayed. | |
| ShowsLocation | Bool | False |
Indicates whether the browser's address bar is displayed when the link opens. | |
| HasScrollbars | Bool | False |
Indicates whether scrollbars are visible in the new window or frame. | |
| HasToolbar | Bool | False |
Indicates whether the browser's toolbar is shown in the window. | |
| HasMenubar | Bool | False |
Indicates whether the menu bar is visible in the browser window. | |
| ShowsStatus | Bool | False |
Indicates whether the browser's status bar is shown at the bottom of the window. | |
| IsResizable | Bool | False |
Specifies whether the user can resize the new browser window that opens the Web Link. | |
| Position | String | False |
Specifies the position of the new window on the screen, such as center or specific coordinates. | |
| ScontrolId | String | False |
Identifier of the associated S-Control, if the link points to a custom S-Control. | |
| MasterLabel | String | False |
User-facing label or display name for the Web Link. | |
| Description | String | False |
Optional description providing context about the purpose or behavior of the Web Link. | |
| DisplayType | String | False |
Indicates where the Web Link appears, such as in a list button or detail page link. | |
| RequireRowSelection | Bool | False |
Specifies whether a row must be selected before the Web Link becomes active. | |
| NamespacePrefix | String | True |
Namespace prefix of the Web Link, typically used in managed packages. | |
| CreatedDate | Datetime | True |
Date and time when the Web Link record was created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the Web Link. |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last modified the Web Link. |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
System-generated timestamp of the most recent change to the Web Link record. | |
| LastModifiedDate | Datetime | True |
Date and time when the Web Link record was last modified. |