Releases: AlexFilipovici/sp-copy-document-id
Releases · AlexFilipovici/sp-copy-document-id
v0.0.1
sp-copy-document-id v0.0.1
Features
- SharePoint ListView Command Set extension to copy Document ID to clipboard.
- Command is visible only when exactly one item is selected.
- Uses Document ID field (
_dlc_DocIdUrl.desc) for copying. - Localization support for command labels.
- Configurable properties via manifest and instance XML.
Solution Structure
- SPFx extension source:
src/extensions/copyDocumentId - Deployment assets:
sharepoint/assets - Build/configuration files for SPFx and CDN deployment.
Getting Started
- Install dependencies:
npm install - Build and serve:
gulp serve - Configure CDN and Azure Storage for production deployment as needed.
Version History
| Version | Date | Comments |
|---|---|---|
| 0.0.1 | 2025-09-19 | Initial release |
See README.md for more details.