Table of Contents

Codeunit "Feature Configuration"

ID 8347
Namespace: System.Config

Feature configuration codeunit to get configuration values for features.

Properties

Name Value
Access Public
SingleInstance True
InherentEntitlements X
InherentPermissions X

Methods

GetConfiguration

Gets the configuration value for the specified key.

procedure GetConfiguration(ConfigKey: Text): Text

Parameters

Name Type Description
ConfigKey Text

The configuration key to look up.

Returns

Type Description
Text

The configuration value associated with the specified key.

See also