WebLink
This is a table representing the WebLink entities in SalesForce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Custom Link ID' corresponds to this field. | True |
| PageOrSobjectType | System.String | Label 'Page Or sObject Type Name' corresponds to this field. | True |
| Name | System.String | Label 'Name' corresponds to this field. | False |
| Url | System.String | Label 'URL' corresponds to this field. | False |
| EncodingKey | System.String | Label 'Link Encoding' corresponds to this field. | False |
| LinkType | System.String | Label 'Content Source' corresponds to this field. | False |
| OpenType | System.String | Label 'Behavior' corresponds to this field. | False |
| Height | System.Int32 | Label 'Height (in pixels)' corresponds to this field. | False |
| Width | System.Int32 | Label 'Width (in pixels)' corresponds to this field. | False |
| ShowsLocation | System.Boolean | Label 'Show Address Bar' corresponds to this field. | False |
| HasScrollbars | System.Boolean | Label 'Show Scrollbars' corresponds to this field. | False |
| HasToolbar | System.Boolean | Label 'Show Toolbars' corresponds to this field. | False |
| HasMenubar | System.Boolean | Label 'Show Menu Bar' corresponds to this field. | False |
| ShowsStatus | System.Boolean | Label 'Show Status Bar' corresponds to this field. | False |
| IsResizable | System.Boolean | Label 'Resizeable' corresponds to this field. | False |
| Position | System.String | Label 'Window Position' corresponds to this field. | False |
| ScontrolId | System.String | Label 'Custom S-Control ID' corresponds to this field. | False |
| MasterLabel | System.String | Label 'Label' corresponds to this field. | False |
| Description | System.String | Label 'Description' corresponds to this field. | False |
| DisplayType | System.String | Label 'Display Type' corresponds to this field. | False |
| RequireRowSelection | System.Boolean | Label 'Require Row Selection' corresponds to this field. | False |
| NamespacePrefix | System.String | Label 'Namespace Prefix' corresponds to this field. | True |
| CreatedDate | System.DateTime | Label 'Created Date' corresponds to this field. | True |
| CreatedById | System.String | Label 'Created By ID' corresponds to this field. | True |
| LastModifiedDate | System.DateTime | Label 'Last Modified Date' corresponds to this field. | True |
| LastModifiedById | System.String | Label 'Last Modified By ID' corresponds to this field. | True |
| SystemModstamp | System.DateTime | Label 'System Modstamp' corresponds to this field. | True |
Pseudo-Columns
Pseudo-Column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| SOQLWhere | String | Specifies the Where clause of the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. | |
| SOQLOrderBy | String | Specifies the Order By clause of the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. | |
| MaxResults | String | Sets the MaxResults to be returned by modifying the Limit clause of the SOQL query to execute against the Salesforce servers. |