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

Database Reporting Guide

Platform
OnBase
Product
Database Reporting Guide
Release
Foundation 24.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.
classID bigint 8 Unique identifier of the Class (cross-referenced to RMCLASS).
rmApplicationID bigint 8 Unique identifier of the Application (cross-referenced to RMAPPLICATION).
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)