RMOBJECTHISTORY - Database Reporting Guide - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - external - OnBase/Database-Reporting-Guide/Foundation-24.1/Database-Reporting-Guide/Database-Tables/RMOBJECTHISTORY - 2024-07-01

Database Reporting Guide

Platform
OnBase
Product
Database Reporting Guide
Release
Foundation 24.1
License

The RMOBJECTHISTORY table contains one row for every modification that occurs for an RM object. The RMOBJECTHISTORY table is located in the Primary database file.

RMOBJECTHISTORY Table Values
Column Name Data Type Data Length Description
transactionID bigint 8 Unique identifier of the modification.
attributeID bigint 8 Unique identifier of the attribute that was changed.
endValue char 255 Value to which the attribute was changed.
objectID bigint 8 Unique identifier of the WorkView object that was changed (cross-referenced to RMOBJECT).
startValue char 255 Original attribute value.
transactionDate datetime 8 Date/time of the change.
userName char 50 User who enacted the change.
classID bigint 8 The class to which the object belongs (cross-references to RMCLASS).

The indexes for the RMOBJECTHISTORY table are located in the Primary database file.

RMOBJECTHISTORY Table Indexes
Index Name Included columns
rmObjectHistory_objectID_ix objectID
rmObjectHistory_txID_ix transactionID