SharePoint
primedocs integrates directly into Microsoft SharePoint document libraries via a SharePoint app. The app adds a primedocs button to the SharePoint toolbar, allowing users to create documents from primedocs templates and save them straight into the document library.
Overview
Clicking the toolbar button opens the primedocs web application inside SharePoint. After the user selects a template, fills in the form, and confirms, the generated document is saved automatically into the SharePoint document library the button was triggered from.
Prerequisites
- Office 365 / Entra ID (Azure Active Directory) authentication is required. Documents are stored in SharePoint on behalf of the signed-in user.
- The Entra ID App Registration requires the delegate permissions
Sites.Read.AllandFiles.ReadWrite.All. - Only web-compatible primedocs templates are supported.
How It Works
- The SharePoint app is installed via a
.sppkgpackage through the SharePoint Admin Centre. - A SharePoint list called
primedocsSettingsis created in the root of the site, with an entryTemplatePickerUrlpointing tohttps://{INSTANCE-NAME}/app/web/sharepoint. - When the user clicks the toolbar button, the app appends parameters (
saveLocationSharePointSiteId,saveLocationSharePointSiteName,saveLocationSharePointFolderPath,saveLocationSharePointListId,saveLocationSharePointListName,saveLocationSharePointUrl) to the URL so that primedocs can store the document in the correct library.
Installation
For step-by-step installation instructions, see Microsoft SharePoint App Installation.