Table 18122318 EOS004 Feature Management
Obsolete
Pending: Replaced by table 18122329 “EOS004 Feature Flag” (24.0)Table 18122318 EOS004 Feature Management
Language | Caption |
---|---|
de-AT | Featureverwaltung |
de-CH | Featureverwaltung |
de-DE | Featureverwaltung |
en-AU | Feature Management |
en-CA | Feature Management |
en-GB | Feature Management |
en-NZ | Feature Management |
en-US | Feature Management |
it-CH | Gestione delle funzionalità |
it-IT | Gestione delle funzionalità |
Fields
Id (1
)
Guid
Language | Caption |
---|---|
de-AT | Id |
de-CH | Id |
de-DE | Id |
en-AU | Id |
en-CA | Id |
en-GB | Id |
en-NZ | Id |
en-US | Id |
it-CH | Id |
it-IT | Id |
Description (2
)
Text[100]
Language | Caption |
---|---|
de-AT | Beschreibung |
de-CH | Beschreibung |
de-DE | Beschreibung |
en-AU | Description |
en-CA | Description |
en-GB | Description |
en-NZ | Description |
en-US | Description |
it-CH | Descrizione |
it-IT | Descrizione |
Enabled (3
)
Boolean
Language | Caption |
---|---|
de-AT | Aktiviert |
de-CH | Aktiviert |
de-DE | Aktiviert |
en-AU | Enabled |
en-CA | Enabled |
en-GB | Enabled |
en-NZ | Enabled |
en-US | Enabled |
it-CH | Abilitato |
it-IT | Abilitato |
App Id (10
)
Guid
Language | Caption |
---|---|
de-AT | App-Id |
de-CH | App-Id |
de-DE | App-Id |
en-AU | App Id |
en-CA | App Id |
en-GB | App Id |
en-NZ | App Id |
en-US | App Id |
it-CH | Id app |
it-IT | Id app |
Help URL (20
)
Text[250]
Language | Caption |
---|---|
de-AT | Help URL |
de-CH | Help URL |
de-DE | Help URL |
en-AU | Help URL |
en-CA | Help URL |
en-GB | Help URL |
en-NZ | Help URL |
en-US | Help URL |
it-CH | Help URL |
it-IT | Help URL |
Methods
TestFeatureEnabled
procedure TestFeatureEnabled(FeatureId: Guid)
Raises an error if the given feature is not enabled.
Parameters / Return Value
- FeatureId
Guid
IsFeatureEnabled
procedure IsFeatureEnabled(FeatureId: Guid): Boolean
Returns true
if a given feature is enabled.
Parameters / Return Value
FeatureId
Guid
The ID of the feature.
Returns
Boolean
CreateFeature
procedure CreateFeature(FeatureId: Guid; mi: ModuleInfo; FeatureDescription: Text): Boolean
Creates a feature.
Parameters / Return Value
FeatureId
Guid
The ID of the feature to create.
mi
ModuleInfo
The module info of the app that this feature belongs to.
FeatureDescription
Text
The description of the feature.
Returns
Boolean
true
if the feature was created.false
if it already exists.
UpdateFeature
procedure UpdateFeature(Feature2: Record "EOS004 Feature Management"): Boolean
Updates a feature.
Parameters / Return Value
Feature2
Record "EOS004 Feature Management"
The updated data for the feature.
Returns
Boolean
true
if the feature was updated correctly.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.