RMCLASSATTRIBUTES - Database Reporting Guide - English - Foundation 22.1 - OnBase - external

Database Reporting Guide

Platform
OnBase
Product
Database Reporting Guide
Release
Foundation 22.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.
classID bigint 8 Unique identifier of the Class (cross-referenced to RMCLASS).
attributeID bigint 8 Unique identifier of the Attribute (cross-referenced to RMATTRIBUTE).
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)