Genesys CTI User Forum

Genesys CTI User Forum => Genesys-related Development => Topic started by: Degger on May 14, 2016, 03:49:30 PM

Title: Code for finding definite switch using SDK
Post by: Degger on May 14, 2016, 03:49:30 PM
I am working on web application using .net sdk. Application for deletting DN, Person,Agent login and Place. How I can find on what Switch located definite DN, Person,Agent login or Place?
Title: Re: Code for finding definite switch using SDK
Post by: cavagnaro on May 14, 2016, 05:15:48 PM
Namespaces ► Genesyslab.Platform.ApplicationBlocks.ConfigurationObjectModel.CfgObjects ► CfgDN
Namespaces ► Genesyslab.Platform.ApplicationBlocks.ConfigurationObjectModel.CfgObjects ► CfgAgentLogin
GetSwitchDBID()

The query:
Namespaces ► Genesyslab.Platform.ApplicationBlocks.ConfigurationObjectModel.Queries ► CfgDNQuery
Namespaces ► Genesyslab.Platform.ApplicationBlocks.ConfigurationObjectModel.Queries ► CfgAgentLoginQuery

A person and Place are not exclusive of a Switch

How to execute a Query? Sample here:
http://www.sggu.com/smf/index.php/topic,9579.0.html