Table "NAV App Installed App"

ID 2000000153
Namespace: System.Apps

Stores metadata for Business Central applications (extensions) that are currently installed in the tenant.

Remarks

This table maintains a registry of all installed applications with their version information, compatibility details, and publishing metadata. It tracks application identity through App ID and Package ID, provides version control through major/minor/build/revision numbers, and stores compatibility requirements. The table supports different extension types and publishing modes (Global, PTE, Dev) for proper application lifecycle management. Used by the application management framework for version tracking, compatibility checking, and deployment management.

Properties

Name Value
Caption NAV App Installed App
DataPerCompany False
ReplicateData False
Scope Cloud

Fields

Name Type Description
"App ID" Guid

Unique identifier for the application.

"Package ID" Guid

Unique identifier for the specific package version of the application.

Name Text[250]

Display name of the application.

Publisher Text[250]

Publisher name of the application.

"Version Major" Integer

Major version number of the application.

"Version Minor" Integer

Minor version number of the application.

"Version Build" Integer

Build version number of the application.

"Version Revision" Integer

Revision version number of the application.

"Compatibility Major" Integer

Major compatibility version requirement for the application.

"Compatibility Minor" Integer

Minor compatibility version requirement for the application.

"Compatibility Build" Integer

Build compatibility version requirement for the application.

"Compatibility Revision" Integer

Revision compatibility version requirement for the application.

"Content Hash" Text[250]

Hash value of the application content for integrity verification.

"Hash Algorithm" Integer

Algorithm identifier used for content hash calculation.

"Extension Type" Integer

Type classification of the extension defining its characteristics and behavior.

"Published As" Option

Publication mode indicating how the application was published (Global, PTE, or Dev).

SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

See also