Document Management - OneDrive Integration
This article details the integration between OneDrive and Salesforce to facilitate the structured management of documents.
The OneDrive integration allows you to manage documents across Accounts
, Contacts
and Opportunities
.
Data Model
The document types that your company works with will be defined in a custom
Document Type
object.Document Types
will be related to aAccount
,Contact
orOpportunity
record via a junctionDocument
object.A custom object called
Document Version
will be linked to theDocument
record to manage versions of the document.
Sharepoint Connection
The OneDrive integration will connect to the custom
Document Version
Object.
Object Trigger
When a new
Account
,Contact
orOpportunity
record is created, theDocument Types
that are required for that object will be retrieved via a trigger/flow.
Manage Documents QA
Documents will be managed and uploaded for a record via a
Manage Documents
Quick Action on the page layouts.
Dynamic Related Lists
Dynamic related lists will leverage the
Type__c
field on theDocument_Type__c
record to create targeted lists on theAccount
,Contact
andOpportunity
page layouts.
Skills Flow
The
Expiry Date
on theDocument
record can be aligned with a relatedSkill
on aService Resource
record to help define if the skill is current.
A view of the Document Management feature from a record in Salesforce.