" /> Piece of Attached data - Help pls - Genesys CTI User Forum

Author Topic: Piece of Attached data - Help pls  (Read 5109 times)

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

Chan

  • Guest
Piece of Attached data - Help pls
« on: December 08, 2008, 05:29:28 PM »
Advertisement
Hi There
What are the different ways to retrieve piece of attached that comes from the Strategy. I appreciate if some one can provide me some examples.

After attaching the data in the Strategy, would there be any configuration changes need to be done so that data passes back to VCS.


Offline CTIgem

  • Sr. Member
  • ****
  • Posts: 273
  • Karma: 0
Re: Piece of Attached data - Help pls
« Reply #1 on: December 09, 2008, 01:09:24 PM »
If you are using VCS, I'm guessing you are also using TserverIVR?
You need to look into TserverIVR log to see your expected attached data.

Chan

  • Guest
Re: Piece of Attached data - Help pls
« Reply #2 on: December 09, 2008, 04:51:52 PM »
Thanks for your reply. I do see the KVPs in the Tserver logs. That is why I am kind of wondering where it is missing ? I appreciate any of your further insight into this.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Piece of Attached data - Help pls
« Reply #3 on: December 09, 2008, 06:03:46 PM »
No, but must capture it again in a variable for use it.

Chan

  • Guest
Re: Piece of Attached data - Help pls
« Reply #4 on: December 09, 2008, 10:00:57 PM »
Thanks Cavagnaro
I am usign the following one..

String CRData_get = "CRData:get";
<object name="getuserdata" classid="<%=CRData_get%>">
    <param name="MyKey" expr="''"/>

<filled>
    <submit next="ParseXMLData.do" namelist="getuserdata"/>
</filled>
</object>

This is bring back an XML result as success but in the XML it doesn't have any KVPs. That is really puzzling me.

Marked as best answer by on May 04, 2025, 01:05:24 AM

Offline Daimonas

  • Full Member
  • ***
  • Posts: 106
  • Karma: 2
  • There's a fish in every bowl.
Re: Piece of Attached data - Help pls
« Reply #5 on: December 09, 2008, 11:13:35 PM »
  • Undo Best Answer
  • If you are using Studio, you just define the KVP as a varible and it gets the user-data for you. If you look at the includes provided from Studio, you can see how it does this.