Sys_Data
This is a system table which provides data from the specified SharePoint List. Normally you do not use this table directly. It is used when you access data from custom lists.
Columns
| Name | Type | Description | ReadOnly |
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 | |
| * | String | Input varies depending on the table. | |
| Table | String | The name of the table. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over the original query. |