The records management properties of a document record (RecordType = Record). Adds the document-record-only members to the common RecordsManagementProperties shape.

Hierarchy (View Summary)

Implements

Constructors

Properties

_discriminator: string
activeDispositionScheduleId?: number

The disposition schedule currently governing the entry (own or inherited), or null. Computed (read-only).

cutoffCriterionId?: number

The cutoff criterion assigned to the entry, or null when none.

cutoffDate?: Date

The date the entry was cut off, or null if not cut off. Computed (read-only).

cutoffEligibility?: Date

The date the entry becomes eligible for cutoff, or null. Computed (read-only).

dispositionConfirmationDate?: Date

The date final disposition was confirmed, or null. Computed (read-only).

dispositionScheduleId?: number

The disposition schedule assigned to the entry, or null when none.

dispositionState?: DispositionState

The current lifecycle state. Computed (read-only).

filingDate?: Date

The filing date, or null when unset.

finalDispositionEligibility?: Date

The date the entry becomes eligible for final disposition, or null. Computed (read-only).

isCutoff?: boolean

True when the entry has been cut off. Computed (read-only).

isCutoffCriterionInherited?: boolean

True when the cutoff criterion is inherited from the record folder.

isDispositionScheduleInherited?: boolean

True when the disposition schedule is inherited from the record folder.

isEligibleForCutoff?: boolean

True when the entry is currently eligible for cutoff. Computed (read-only).

isEligibleForFinalDisposition?: boolean

True when the entry is currently eligible for final disposition. Computed (read-only).

isIndividuallyCutoff?: boolean

True when the record was cut off individually rather than with its folder. Computed (read-only).

lastReviewDate?: Date

The last vital-record review date, or null when unset.

locationId?: number

The records management location the entry currently resides at, or null. Computed (read-only).

nextReviewDate?: Date

The next scheduled vital-record review date, or null. Computed (read-only).

recordFolderId?: number

The record folder this record is filed under, or null when independent. Computed (read-only).

recordType?: RecordEntryType

Whether these properties describe a document record or a record folder. Determines the concrete subtype (RecordProperties or RecordFolderProperties) and which type-specific members are present.

reviewer?: string

The reviewer recorded for the last vital-record review, or null. Computed (read-only).

Projected and completed interim transfers. Computed (read-only).

triggerDate?: Date

The alternate-retention trigger date, or null when unset.

underRecordFolder?: boolean

True when the record is filed under a record folder. Computed (read-only).

Methods