Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the connector beyond simple SELECT/INSERT/UPDATE/DELETE operations with Smartsheet.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Smartsheet, along with an indication of whether the procedure succeeded or failed.
CData Tableau Connector for Smartsheet Stored Procedures
Name | Description |
CopyRowsToAnotherSheet | Copy rows form to another sheet. |
CopySheet | Copy sheets form to another folder/home/workplace. |
CreateSchema | Creates a schema file for the specified table or view. |
CreateSheet | Create a sheet. |
DeleteAttachment | Deletes the attachment specified. |
DeleteSheet | Delete a specified sheet. |
DownloadAttachment | Download an attachment from a sheet. |
GetOAuthAccessToken | Gets the OAuth access token from Smartsheet. |
GetOAuthAuthorizationURL | Gets the Smartsheet authorization URL. Access the URL returned in the output in an Internet browser. This requests the access token that can be used as part of the connection string to Smartsheet. |
ImportFile | Import a CSV or XLSX file to the top-level 'sheets' folder. You can also import it to a specific folder or workspace by specifying their id. You should specify only one of them. |
MoveRowsToAnotherSheet | Move rows form to another sheet. |
MoveSheet | Moves the specified sheet to a new location.. |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with various Smartsheet services. |