CDN is expanding!
We have created a ‘Consolidated Dashboard’ which allows our Partners to participate in multiple programs within CDN. We have added Tabs in the left Navigation column to better articulate where you are in the Dashboard.

• General Partner Information is where you edit Company and Contacts information. If eligible, you can also join other Supported Programs. This is your new Landing screen.
• Cisco Developer Network Program is the screen which you are familiar with, for Status and Administrative Tasks specific to your product and Cisco relationship: Manage Solutions, Manage Deals, Request IVT, etc. No change in function and features.

Other Minor Changes
• ‘Complex Products’ for presence in the Marketplace Solutions Catalog has been relabeled ‘Solutions’
• In the above example, the Partner has joined a second Program within CDN
Conclusion
We welcome feedback and support is just an email away cisco-developer-network@cisco.com.
0 Comments
Today we announced our latest Video enabled Smart Desk Phone. The Cisco Desktop Collaboration Experience DX650, or simply the DX650. This device represents years of experience, knowledge, and technology delivered in a powerful and stylish desktop platform.
Based on the Android Operating System, the DX650 provides Cisco's high quality Voice and Video technolog plus all the richness of Android.
Our team is here to help you create powerful applications for the DX650.
Let us know what you think, tell us what you want to know. We look forward to serving you!
Sincerely
Larry M and the rest of the Developer Experience team.
@dxdevex
More information regarding ESXI CIM vs SNMP is provided here: http://www.vmware.com/files/pdf/techpaper/hwhm41_technote.pdf .
Finesse logger.
This sample illustrates how to initialize the logger and log a message to the console and the Finesse agent logs on the Finesse server.
1. initialize private var
clientLogs = finesse.cslogger.ClientLogger;
2. connect with hub
clientLogs.init(gadgets.Hub, "SampleGadget_Logging"); // SampleGadget_Logging = gadgetid, this gadget id will be logged as a part of the message
3. log stuff
clientLogs.log("**** in SampleGadget_Logging ****");
This is only a sample and is NOT intended to be a production quality
gadget and will not be supported as such. It is NOT guaranteed to
be bug free. It is merely provided as a guide for a programmer to see
how to initialize the logger and write to the Finesse log.
The sample contains the following files:
SampleGadget_Logging.xml
SampleGadget_Logging.js
SampleGadget.css
SampleGadget_Logging_readme.txt
SampleGadget_Logging.docx
This gadget sample is made available to Cisco partners and customers as
a convenience to help minimize the cost of Cisco Finesse customizations.
Please see the readme.txt in the finesse javascript libraries zip
for futher information about the Finesse libraries.
II. Requirements
-------------------------------------------------------------------------------
The following includes:
finesse.js (requires the Finesse javascript library for Finesse 9.0(1) or later)
jquery-1.5.min.js
III. Usage
-------------------------------------------------------------------------------
Place the gadget in the finesse layout. Turn on the debugger console in the browser.
Login an agent and change agent state. You should see a line:
LOG: 11:23:49: SampleGadget_Logging : **** in SampleGadget_Logging ****
in the console.
In order to get the log entry into the Finesse server, click Send Error Report on the Finesse desktop.
After that you can pull the Finesse desktop log for the agent and you will see the same
LOG: line in that log. For how to obtain logs see the Finesse Installation and Getting
Started Guide.
RSS (Opens New Window)