Siebel Analytics Scheduler Guide > Configuring Siebel Analytics Scheduler Job Scripts > Analytics Scheduler Script Object Methods and Events >

GetConfigurationValue Method


Returns the value in Siebel Analytics Scheduler configuration relative to Siebel Analytics Scheduler's root registry entry.

Syntax

value = GetConfigurationValue(configKey [, subkeyPath])

Arguments

Arguments for GetConfigurationValue method are shown in Table 28.

Table 28. GetConfigurationValue Method Arguments
Argument
Description

configKey

A string that specifies the registry key name to return.

subkeyPath

(Optional) A string value that specifies the registry path below Siebel Analytics Scheduler's root path.

Return Value

Returns a string value.

Usage

GetConfigurationValue() returns the string value for a registry setting relative to Siebel Analytics Scheduler. The configKey and subkeyPath strings must be identical to those in the registry.

Siebel Analytics Scheduler Guide