Fields
Fields
| Parameter | Description | |
|---|---|---|
resourceIdString |
required | Id of the file/folder in external storage, for which we're creating the attachment. |
resourceTypeString |
required | One of file, folder or dataroom. |
parentIdString |
required | Salesforce Id of the record for which we're creating the attachment. |
nameString |
required | Name of the link. |
driveIdString |
required | Only applicable for SharePoint or Google Drive libraries. Supply null for other libraries. You can get this value from Content Library. |
Constructors
CreateLinkInput( String resourceId, String resourceType, String parentId, String name, String driveId )