PureConnect

 View Only
Discussion Thread View

create callback by EICNotification

  • 1.  create callback by EICNotification

    Posted 08-30-2010 10:41
    Hi all I use Interop.ININ.Interop.EICClientCOMLib library on .NET for ClientCOM 2.4 I can create callback object by EICNotification. I need that object Id but I can not get that. My code: EICNotification note = new EICNotification(); note.ObjectType = "custom"; note.ObjectName = "callback"; note.EventName = "new"; note.PushLongData(5); note.PushStringData("Workgroup Queue:" + workgroup); note.PushStringData(priority.ToString()); note.PushStringData(""); note.PushStringData("[" + "Test Object" + "]"); note.PushStringData(subject); note.Send(); Thanks for your help.


Need Help finding something?

Check out the Genesys Knowledge Network - your all-in-one access point for Genesys resources