Info |
---|
The Sharepoint integration connects Salesforce to a directory in OneDrive (Sharepoint) for the purpose of file storage. Each individual Folder security is governed by the access permissions to Salesforce records, with an API user is used to connect OneDrive and Salesforce. |
Files
On an Animal
record in AnimalOS there is a Files
component available under Animal Notes
which allows you to upload files related to the Animal
. This component is specifically for files that should not be shared publicly.
Uploading the first
File
here will create a OneDrive folder in the background and link it to theAnimal
record, all subsequent files will be uploaded to the same OneDrive folder.When a user clicks into the
Animal
record, the component will retrieve the file names and make them visible in theFiles
component.
...
Adoption Photos
On an Animal
record in AnimalOS there is a specific component to capture Adoption Photos
which is available under the Adoption
tab on an Animal
record.
...