RMOBJECTINSTANCE#### - Database Reporting Guide - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - external

Database Reporting Guide

Platform
OnBase
Product
Database Reporting Guide
Release
Foundation 23.1
License

The RMOBJECTINSTANCE#### table stores one row for every object created in WorkView and the attribute values for that object. The RMOBJECTINSTANCE#### table is located in the Primary database file.

RMOBJECTSINSTANCE#### Table Values
Column Name Data Type Description
objectID bigint ID of the object (cross-referenced to RMOBJECT).
activeStatus bigint  
objectInstanceID bigint  
revisionID bigint  
revisionDate datetime  
revisionBy char(30)  
attr**** determined by attribute Attribute assigned to the object, where **** is the unique identifier of the attribute (cross-referenced to RMATTRIBUTE).

The index for the RMOBJECTINSTANCE#### table is located in the Primary database file and is a clustered index.

RMOBJECTINSTANCE#### Table Index
Index Name Included Columns
rmObjectInstance_####_pk objectid (primary key)