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

Database Reporting Guide

Platform
OnBase
Product
Database Reporting Guide
Release
Foundation 24.1
License

The RMCLASSATTRIBUTES table stores the association between an Attribute and a Class. An Attribute can only be linked to a single Class. The RMCLASSATTRIBUTES table is located in the Primary database file.

RMCLASSATTRIBUTES Table Values
Column Name Data Type Data Length Description
classAttributeID bigint 8 Unique identifier of the Class-Attribute relationship.
attributeID bigint 8 Unique identifier of the Attribute (cross-referenced to RMATTRIBUTE).
classID bigint 8 Unique identifier of the Class (cross-referenced to RMCLASS).
sequenceID bigint 8  

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

RMCLASSATTRIBUTES Table Index
Index Name Included Columns
rmClassAttrs_pk classAttributeID (primary key)