DeleteGlobalEventMappingConfig method: GlobalEventMapping class

Syntax

DeleteGlobalEventMappingConfig(config_name)

Description

Use this method to delete a global event mapping configuration.

Parameters

Parameter Description

config_name

Specify the global event mapping configuration to be deleted.

Returns

A boolean value. True if the global event mapping configuration is deleted; false otherwise.

Example

import PTCS_GLOBALEVENTMAPPING:*;

Local PTCS_GLOBALEVENTMAPPING:GlobalEventMapping &globalObj = create PTCS_GLOBALEVENTMAPPING:GlobalEventMapping();

/*DeleteGlobalEventMappingConfig (<<CONFIG NAME>>*/

Local boolean &bdel = &globalObj.DeleteGlobalEventMappingConfig("CHATBOT");