LinkRemoteFile
Links an existing remote file (googledrive).
Stored Procedure Specific Information
Pipedrive allows only a small subset of columns to be used in the EXEC query. These columns can typically be used with only = comparison. The required columns in DownloadFile are RemoteId ,ItemType ,Itemid ,Remotelocation.
For example:
EXECUTE LinkRemoteFile RemoteId = 1Kh8s-KfS02dYfw2dnEXCal8q0AZ7Wt7T0qn5pJ2PqGM, ItemType = deal, itemid = 8230170, remotelocation = googledrive
Input
Name | Type | Required | Description |
ItemId | Integer | True | ID of the item to associate the file with. |
RemoteId | String | True | The remote item id. |
ItemType | String | True | Item type.
The allowed values are deal, organization, person. |
RemoteLocation | String | True | 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 |