Skip to main content

Document Workspace

The ECM document workspace is where teams organize, review, and retrieve operational documents. It combines folder browsing, metadata, tags, version history, search, linked records, comments, and workspace collaboration.

Use this page to design daily document work before adding advanced governance or AI workflows.

Workspace model

Folders

Folders give teams a stable place to browse documents. A folder should represent a meaningful operating boundary, such as a site, system, project, asset group, or compliance package.

Good folder names are short and operational:

UseExample
Site and systemSingapore Plant / Utilities / Chilled Water
Production areaLine 3 / Packaging / Changeover Procedures
Asset groupForklifts / Training and Maintenance
Compliance evidenceGMP / Batch Records / 2026
Handover packageConstruction Project / Commissioning

Avoid folders named after temporary tasks or individual users. Use tags or workspaces for short-term grouping.

Documents

A document record should describe the content well enough for another user to decide whether it is the right file.

Recommended metadata:

FieldUse
TitleHuman-readable document name.
DescriptionShort explanation of what the document covers.
Document typeManual, SOP, drawing, inspection record, certificate, training material, report.
ClassificationPublic, internal, confidential, or restricted according to customer policy.
OwnerTeam or person responsible for content quality.
Related objectAsset, area, work order, project, SOP, or compliance package.
Lifecycle stateDraft, in review, approved, archived, or retired.

Versions

Use versions when a document changes over time but the operational relationship should remain stable.

Typical version events:

  • updated SOP after process change;
  • revised drawing after equipment modification;
  • new maintenance manual from vendor;
  • corrected inspection evidence;
  • approved release after review;
  • rollback to a previous approved file.

Version history should answer three questions:

QuestionWhy it matters
What changed?Operators and reviewers need change context.
Who changed it?Owners and auditors need accountability.
Which version was used?AI answers, field work, and compliance packs need traceable source versions.

Preview and file rendering

Document and version previews are served from FactVerse ECM APIs and must pass the same tenant, read, and policy checks as normal document access. The preview support matrix is exposed through /api/v1/ecm/preview/support-matrix so the UI can show supported file types and download-only file types consistently.

Supported in-app rendering paths:

File typeBrowser behavior
PDF and common image formatsRender inline with native browser viewers.
Text, CSV, JSON, XML, Markdown, and logsRender as readable text.
DOCX and PPTXExtract Office Open XML text for in-app review.
XLSXRender a bounded spreadsheet table preview.
DXFRender a CAD entity and layer summary for quick inspection.
TIFF/TIFRender inline when the browser image decoder supports the format.

Unsupported legacy or proprietary binary formats such as old Office doc, xls, ppt, and dwg should use a download-only path. The UI should not imply that a file was previewed when only metadata was shown.

Recycle restore conflicts

Deleted documents and folders remain tenant-scoped while they are in the recycle bin. Before restoring multiple items, run the restore preflight endpoint so users can see original location availability, name conflicts, required permission, and supported conflict strategies.

Conflict strategies:

StrategyUse
FAILStop when any selected item has an unresolved conflict.
RENAMERestore with a generated non-conflicting name where supported.
SKIPSkip conflicted items and continue with safe items.
OVERWRITEFor document conflicts, move the active target to the recycle bin before restoring the selected deleted document.
NEW_VERSIONFor document conflicts, add the deleted document content as a new version of the active target, then remove the deleted source entry.

Folder restores support the base conflict strategies only. Advanced document strategies must be shown only when the preflight response marks them as supported for every selected item. Silent overwrite is not allowed.

Tags

Tags help users find content across folder boundaries.

Recommended tag practices:

  • create tag groups before large imports;
  • use controlled names for systems, asset classes, document types, and compliance topics;
  • review duplicate tags during handover;
  • avoid user-specific tags for official content;
  • use tags together with folder access instead of replacing access control.

Search is most useful when titles, tags, descriptions, and links are maintained.

Search by:

Search intentUseful fields
Find an equipment manualAsset, asset class, title, vendor, document type
Find recent maintenance evidenceWork order, date, document type, tag
Find compliance supportCompliance topic, lifecycle state, owner, folder
Find current SOPProcess, version, approved state, tag
Find training materialRole, equipment, procedure, site

If users cannot find a document, check title, tags, folder, linked object, and access permissions before assuming the document is missing.

Linked records

Document links bring ECM into the rest of FactVerse.

Link typeTypical use
Asset linkManual, drawing, calibration record, spare parts sheet, inspection history.
Work-order linkPhotos, vendor reports, before-and-after evidence, handover notes.
SOP linkProcedure PDF, safety instructions, checklist attachments.
Area linkFloor plans, utility diagrams, safety notices, environmental records.
Project linkCommissioning, acceptance, training, and completion evidence.

Linked documents should be reviewed when an asset is renamed, replaced, or decommissioned.

Workspaces

Workspaces are useful when a group needs to collect and discuss documents for a temporary or cross-functional task.

Examples:

  • commissioning handover package;
  • shutdown maintenance preparation;
  • compliance evidence review;
  • production line training package;
  • predictive maintenance investigation;
  • AI Agent knowledge readiness review.

Workspace membership helps collaboration, but document access should still follow the tenant's ECM permissions, folder rules, and classification policy.

Daily operating checklist

  • New documents are uploaded to the right folder.
  • Titles and descriptions are clear.
  • Required tags are applied.
  • Documents are linked to the correct assets, work orders, or SOPs.
  • Draft and approved versions are easy to distinguish.
  • Obsolete documents are archived or removed from daily paths.
  • Access is tested with the users who will rely on the workspace.
  • Restore conflicts are reviewed before users choose overwrite or new-version recovery.
  • Unsupported preview types have an obvious download path.
  • Audit records are available for important changes.