Skip to main content

Document Fields Reference

This page provides a complete reference for every field available on a document record in the Kazinex Workflows Document Register. Fields marked as Required must be completed before a document record can be saved.

Core identification fields

FieldTypeRequiredWho sets itDescription
TitleTextYesMemberFull descriptive name of the document. Not the filename — should be human-readable and searchable. Max 300 characters.
Document NumberTextYesMember or auto-generatedUnique identifier within the project. If auto-numbering is active, generated from the scheme; otherwise typed manually. Cannot be changed after creation.
Document TypeDropdownYesMemberClassification of the document (Drawing, Specification, Report, etc.). Options are configured in org metadata settings.
StatusDropdownYesMember / SystemCurrent lifecycle status. See Document Statuses for all values.

Classification fields

FieldTypeRequiredWho sets itDescription
DisciplineDropdownRecommendedMemberEngineering discipline. Options configured in org metadata (STR, MEP, ARC, CIV, GEN, etc.). Used by Review Matrix for auto-assignment.
ZoneDropdownNoMemberPhysical or spatial zone within the project scope.
StageDropdownNoMemberProject stage (Design Development, For Construction, As Built, etc.).
LevelDropdownNoMemberDocument hierarchy level (e.g. Level 1 = Master, Level 2 = Sub-system).

Programme and contract fields

FieldTypeRequiredWho sets itDescription
ProgrammeDropdownNoMemberThe programme or lot this document belongs to.
Sub-programmeDropdownNoMemberSub-division of the programme. Dependent on Programme selection.
Package / ContractDropdownNoMemberThe contract or work package reference.
WBSTextNoMemberWork Breakdown Structure code linking to the project schedule.
OriginatorDropdown or TextNoMemberThe organisation responsible for producing the document (design firm, contractor, consultant).

Location and asset fields

FieldTypeRequiredWho sets itDescription
Area / LocationTextNoMemberSpecific physical location or area reference.
Asset ClassDropdownNoMemberAsset category for asset management integration.
Asset / BuildingText or DropdownNoMemberSpecific asset or building reference.
DistrictDropdownNoMemberGeographic district or precinct (for large infrastructure programmes).

Revision fields

FieldTypeRequiredWho sets itDescription
RevisionTextYes (on upload)MemberRevision code for the current version (e.g. P01, A, Rev 1). Must be unique within the document.
Revision DateDateNoMemberThe date this revision was issued or prepared.
Change DescriptionTextRecommendedMemberSummary of what changed in this revision vs the previous. Displayed in revision history.
CommentsTextNoMemberInternal notes about the document or this revision. Max 500 characters.

Access and control fields

FieldTypeRequiredWho sets itDescription
ConfidentialBoolean toggleNoMember (with manage_documents)If enabled, restricts visibility to Access Control Group members with confidentiality access.
LockedBoolean (set via action)NoAdminIf enabled, prevents new revision uploads. Set and removed via Lock/Unlock actions, not the edit form.
No Longer in UseBoolean toggleNoMember (with manage_documents)Soft deprecation flag — the document is retained but should not be referenced going forward. Does not restrict visibility.

System-generated fields (read-only)

FieldTypeDescription
Document IDUUIDUnique internal identifier. Used in API calls and webhooks.
Created ByUser referenceMember who created the document record.
Created AtDatetimeWhen the record was first created.
Last Updated AtDatetimeWhen the record or any revision was last modified.
Current RevisionTextThe latest revision code.
FileFile referenceThe latest uploaded file. Null if no file has been uploaded.
Storage ProviderEnumWhich storage provider holds the current revision file (supabase, sharepoint, r2).
Storage PathStringThe file path within the storage provider (internal).

Custom metadata fields

Custom fields defined by your org admin appear below the standard fields. Each custom field has its own type:

Custom field typeDescriptionExample
dropdownSelect from a predefined list of optionsPackage code, Stage code
textFree-text inputReference notes, cross-reference numbers
dateDate pickerInspection date, submission deadline
toggleBoolean yes/no"ITP Required", "As Built Verified"

Required custom fields (marked *) must be completed before saving. Optional custom fields can be left blank.

What's next