LinkRemoteFile
Links an existing remote file (googledrive).
Stored Procedure-Specific Information
Executing this procedure requires setting the values for ItemId, ItemType, RemoteId, and RemoteLocation. For example:EXEC LinkRemoteFile RemoteId = 1Kh8s-KfS02dYfw2dnEXCal8q0AZ7Wt7T0qn5pJ2PqGM, ItemType = deal, ItemId = 8230170, RemoteLocation = googledrive
Input
| Name | Type | Description |
| ItemId | Integer | ID of the item to associate the file with. |
| RemoteId | String | The remote item Id. |
| ItemType | String | Item type.
The allowed values are deal, organization, person. |
| RemoteLocation | String | The location type to send the file to. Only googledrive is currently supported.
The allowed values are googledrive. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |