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

Database Reporting Guide

Platform
OnBase
Product
Database Reporting Guide
Release
Foundation 22.1
License

The RMAPPLICATIONCLASSES table stores the association between a Class and an Application. A Class can be used in one or many Applications. The RMAPPLICATIONCLASSES table is located in the Primary database file.

RMAPPLICATIONCLASSES Table Values
Column Name Data Type Data Length Description
rmApplicationClassID bigint 8 Unique identifier of the Application-Class relationship.
rmApplicationID bigint 8 Unique identifier of the Application (cross-referenced to RMAPPLICATION).
classID bigint 8 Unique identifier of the Class (cross-referenced to RMCLASS).
sequenceID bigint 8  

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

RMAPPLICATIONCLASSES Table Index
Index Name Included Columns
rmAppClasses_pk rmApplicationClassID (primary key)