ISO 19650 workflow setup

๐Ÿ“– 14-minute read ยท Intermediate ยท Last updated 2026-05-23

ISO 19650 is the international standard for managing information across the asset lifecycle. Planscape ships ISO 19650 conventions pre-built โ€” naming, suitability, CDE containers, transmittal forms, audit trail. This guide shows you how to configure them for your project so that on day one you're generating information that satisfies the standard.

You don't need to read ISO 19650-1 and -2 to follow this guide. But if you want the source: ISO 19650-1:2018 (concepts) and ISO 19650-2:2018 (delivery phase).

The four pillars Planscape configures for you

  1. Naming convention โ€” every file and document gets an ISO 19650 name.
  2. CDE state machine โ€” WIP โ†’ Shared โ†’ Published โ†’ Archived.
  3. Suitability & revision codes โ€” S0โ€“S7 and P/A revisions.
  4. Audit trail โ€” hash-chained log over every state change.

Step 1 โ€” Project metadata

Open the project › Settings › ISO 19650. Fill in the codes that go into every filename:

CodeExampleSource
Project codeKIHYou โ€” 3โ€“6 chars
Originator codePLNSYour firm โ€” 3โ€“4 chars
Volume / systemZZ (whole project), 01 (zone 1)Per project โ€” usually ZZ to start
LevelZZ, 00, 01, 02, โ€ฆPer file
TypeM3 (model), DR (drawing), SP (specification)Per file
RoleA (architectural), M (mechanical), โ€ฆPer file
Number0001Auto โ€” sequential

A complete file name then looks like:

KIH-PLNS-ZZ-00-M3-A-0001.rvt
KIH-PLNS-ZZ-XX-DR-M-0042.pdf

Step 2 โ€” Configure the CDE state machine

Every file in Planscape lives in one of four containers:

ContainerWho can writeWho can readUse for
WIPAuthorAuthor + tenantDaily work
SharedAuthor (publish)All project membersCoordination across disciplines
PublishedProject Lead (approve)All members + external clientsContract-grade information
ArchivedSystem (auto)Read-only by allHistorical record

Settings โ†’ CDE state machine. Defaults are correct for most projects. You can:

Step 3 โ€” Suitability codes

The S codes mark what an information container is fit for:

CodeMeaningTypical CDE container
S0Initial status / WIPWIP
S1Suitable for coordinationShared
S2Suitable for informationShared
S3Suitable for internal review & commentShared
S4Suitable for stage approvalPublished
S5Suitable for PIM authorizationPublished
S6Suitable for AIM authorizationPublished
S7Suitable for asset operationPublished

The default mapping (S1/S2 โ†’ Shared, S4โ€“S7 โ†’ Published) is the standard interpretation. Customize per project in Settings.

Step 4 โ€” Revision codes

Planscape uses the P (pre-construction) and C (construction) revision scheme:

Auto-increment is enabled by default โ€” re-issuing a deliverable bumps the revision code without you typing it.

Step 5 โ€” Build the BEP

Project › Documents › + Generate BEP. Pick a template:

The BEP is rendered as a .docx with all your project metadata pre-filled. Edit in Word, re-upload as a deliverable.

Step 6 โ€” Build the MIDP

The Master Information Delivery Plan lists every deliverable, its responsible party, and its target date.

Project › Deliverables › MIDP view. Add deliverables one of three ways:

Each deliverable carries: number, name, type, responsible party, suitability target, milestone, and dependencies. The MIDP view also shows RAG status (on-track / at-risk / late).

Step 7 โ€” Verify the audit trail is on

Audit trail is on by default. To verify: Settings › Audit › Verify chain. Planscape walks every record in the project's audit log, checks each SHA-256 hash against the previous record, and reports the chain length and verification result.

A broken chain means tampering. Don't ignore it โ€” contact support@planscape.co immediately. We haven't yet seen a real-world break, but the verification mechanism is what makes the audit trail court-admissible.

Day-to-day workflow once set up

  1. Author works in Revit / Word / Excel, syncs to WIP via the plugin or upload.
  2. When ready to share with the team, the author Publishes to Shared with a suitability code (S1 / S2 / S3).
  3. Other disciplines coordinate in Shared. RFIs and NCRs raised against specific elements.
  4. When ready for client review, the Project Lead Promotes to Published at a stage-gate suitability (S4 / S5).
  5. A Transmittal is issued to client recipients listing every Published deliverable in that batch.
  6. Each step is automatically logged in the audit trail.

Common mistakes