Skip to content

Releases: AlexFilipovici/sp-copy-document-id

v0.0.1

19 Sep 17:35

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

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

  1. Install dependencies:
    npm install
  2. Build and serve:
    gulp serve
  3. 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.