ObjectivesCustom


Description

Custom objective extensions - Extended table for storing custom fields and additional data for IFSP objectives. This table provides flexible storage for organization-specific objective data, custom tracking fields, and extended attributes to support specialized objective management, progress tracking, and reporting requirements beyond standard objective data.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
pkID int identity 4 null

Custom data primary key - Unique identifier for each custom objective record

fkObjectiveID int 4 null

Objective reference - Links to Objectives table for the associated objective

DateCreated datetime 16,3 null

Creation date - Date when this custom objective data was created

CreatedBy int 4 null

Created by user - UserID of the person who created this custom data

DateUpdated datetime 16,3 null

Last update date - Date when this custom data was last modified

UpdatedBy int 4 null

Updated by user - UserID of the person who last updated this data

DeletedDate datetime 16,3 null

Deletion date - Date when this custom data was soft deleted

Indexes

Constraint Name Type Sort Column(s)
ObjectivesCustom_pkID Primary key Asc pkID

Relationships