Author Topic: Genesys Agent Desktop Customization for connection to CRM  (Read 11003 times)

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

Gitanjali

  • Guest
Genesys Agent Desktop Customization for connection to CRM
« on: July 16, 2008, 05:40:35 AM »
Hi,

We are planning to integrate GAD -Genesys Agent Desktop with a CRM application.
Is the customization possible in GAD application to get / update the customer information.

Thanks in advance

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Genesys Agent Desktop Customization for connection to CRM
« Reply #1 on: July 16, 2008, 06:38:19 PM »
I'd think more on Voice Agent SDK

Gitanjali

  • Guest
Re: Genesys Agent Desktop Customization for connection to CRM
« Reply #2 on: July 21, 2008, 05:57:48 AM »
Plz let me know,Is the customization possible in GAD application to get / update the customer information without G-Plus adapter ?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Genesys Agent Desktop Customization for connection to CRM
« Reply #3 on: July 21, 2008, 03:18:35 PM »
?? GPlus adapter is to interconnect Genesys with Siebel, SAP, Microsoft, etc. No use for a third party CRM system. On GAD you can try to create a custom tab and do what you need using C# or JSP...
But again, I think best way will be use Genesys SDK to do that.

Marked as best answer by on November 18, 2024, 04:10:27 PM

Gitanjali

  • Guest
Hi ,

I have gone through Genesys Agent Desktop developer guide and  learnt about the customization.can u please guide me which SDK i have to follow so that i can send /update values to the CRM application. Thanks in advance

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Genesys Agent Desktop Customization for connection to CRM
« Reply #5 on: July 31, 2008, 05:37:47 AM »
? Using Voice Agent .Net you will have to build Genesys part and also modify your CRM to invoque such methods and functions from your software and make some public function on your CRM to be called, a normal client/server method

Offline victor

  • Administrator
  • Hero Member
  • *****
  • Posts: 1416
  • Karma: 18
Re: Genesys Agent Desktop Customization for connection to CRM
« Reply #6 on: August 07, 2008, 03:01:11 AM »
Cavagnaro,

can you please explain to me the difference between Voice SDK and Platform SDK? I am a little bit confused when to use what and why would I want to use one over the other.

I remember there was a powerpoint presentation describing different Genesys SDKs (I saw it about a year ago); however, was there anything after that that makes it even easier?

Best regards,
Vic

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Genesys Agent Desktop Customization for connection to CRM
« Reply #7 on: August 10, 2008, 04:12:15 PM »
Hi Vic,

There is no difference between Voice SDK and Platform SDK as these terms represents different things. I would suggest you to download the document "Introduction to SDKs" from Genesys DevZone where you can find all SDK-related information.

In brief:

Genesys Universal SDK - marketing term that covers all Genesys SDKs. License with the same name exists as well.

Genesys Universal SDK splits into 3 areas:
- Interaction SDKs
- Platform SDKs
- IVR SDKs

Interaction SDK - provides high-level interfaces used for RAD (rapid application developments). Programmer works with abstract objects like Agent, Call, Place etc. instead of low-level protocol messages. SDK: Agent Interaction Layer, .NET Toolkit etc.

Platform SDK - provides low-level interfaces for communication with different Genesys servers. Programmer work with the protocol messages/requests directly. SDK: Voice Platform SDK, Open Media Platform SDK, Configuration Platform SDK etc.

Hope it helps you
René