Addons


Description

System add-on modules and features that extend the core functionality of the iCentral platform. Add-ons provide specialized capabilities that can be enabled for specific agencies based on their service agreements and business needs.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
pkAddonID int identity 4 null
AgencyAddons.fkAddonID FK_AgencyAddon_Addon R
AppAddons.fkAddonID FK_AppAddons_Addon R

Primary key - Addons unique identifier for each record

AddonName nvarchar 200 null

Add-on name - Descriptive name of the add-on module or feature

ParentAddon int 4 null

Parent add-on - Reference to parent add-on if this is a sub-module (foreign key to Addons.pkAddonID)

AddonDesc nvarchar 400 null

Add-on description - Detailed description of the add-on’s functionality and purpose

src varchar 200 null

Source path - File path or source location for the add-on implementation

OrderNumber int 4 null

Display order - Numeric order for displaying add-ons in user interfaces

Indexes

Constraint Name Type Sort Column(s)
PK_Addon Primary key Asc pkAddonID

Relationships