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.

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.

Syntax: value = GetConfigurationValue(configKey [, subkeyPath])

Arguments: See Table 25 for GetConfigurationValue method arguments.

Return Value: Returns a string value.

Table 25. 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.

Siebel Analytics Scheduler Guide