channelsetdictionary
TYPE
,
MODULE
,
INFO

The channelsetdictionary statement saves new settings for a specified channel.


Parameters

This statement has three parameters:

type – type of channel (Dial, Email, etc.)

module – module name.

info – dictionary containing channel settings.


Description

This statement saves new settings for a specified channel.

local dialSettings
dialSettings = initializedictionary(
    "AreaCode","714"
    ...
    "CountryCode","1")
channelsetdictionary "Dial","Dialectic",dialSettings

See Also


History

VersionStatusNotes
10.0Updated">CarriedCarried over from Panorama 6.0, but if the info parameter is empty the settings are deleted (which restores the default values).