Table "Add-in"
Stores metadata and resources for add-ins including JavaScript controls, .NET controls, and language resources used throughout the Business Central application.
Remarks
This table manages add-in registration and versioning for control add-ins, .NET interoperability components, and language resources. Used by the platform for dynamic add-in loading and resource management.
Properties
| Name | Value |
|---|---|
| Caption | Add-in |
| DataPerCompany | False |
| Scope | Cloud |
| InherentPermissions | rX |
Fields
| Name | Type | Description |
|---|---|---|
| "Add-in Name" | Text[220] | Unique name identifier for the add-in component. |
| "Public Key Token" | Text[20] | Public key token used for add-in assembly verification and security validation. |
| Version | Text[25] | Version number of the add-in for compatibility tracking and update management. |
| Category | Option | Category classification defining the add-in type and functionality scope. |
| Description | Text[250] | Descriptive text explaining the add-in purpose and functionality. |
| Resource | Blob | Binary content containing the add-in resources, assemblies, or script files. |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |