Table "All Profile Extension"

ID 2000000085
Namespace: System.Environment.Configuration

Virtual table that provides information about profile extensions installed in the system. This table enables discovery and management of profile customizations and their source applications.

Remarks

The All Profile Extension table provides information about profile extensions that customize or extend existing user profiles in Business Central. It tracks the relationship between profile extensions and their base profiles, including the applications that provide both the extension and the original profile. This table is essential for profile management, understanding customization layers, and maintaining profile dependencies across multiple applications. It supports administrative scenarios where profile extensions need to be monitored, managed, or troubleshot across complex multi-app environments.

Properties

Name Value
Caption All Profile Extension
DataPerCompany False
Scope Cloud

Fields

Name Type Description
"App ID" Guid

The application identifier that contains the profile extension.

"Profile App ID" Guid

The application identifier that contains the base profile being extended.

"Profile ID" Code[30]

The unique identifier of the profile being extended.

"App Name" Text[250]

The name of the application that contains the profile extension.

"App Publisher" Text[250]

The publisher of the application that contains the profile extension.

"Profile App Name" Text[250]

The name of the application that contains the base profile being extended.

"Profile App Publisher" Text[250]

The publisher of the application that contains the base profile being extended.

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

See also