" /> save attached data to calling list - Genesys CTI User Forum

Author Topic: save attached data to calling list  (Read 9628 times)

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

jlo

  • Guest
save attached data to calling list
« on: September 03, 2008, 09:28:50 PM »
Advertisement
Hi,

We're facing a problem trying to save values to the calling list. We are using GAD 7.6 and have a custom tab where the agents can select values that need to be saved to specific fields of the calling list. These fields are configured with the "send_attribute" option and the Save button on the custom page does save the selected values to the attached data.
Question is: Why doesn't the calling list get updated with this data?? Is some additional action required?

Thx

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: save attached data to calling list
« Reply #1 on: September 03, 2008, 09:36:20 PM »
Can GAD do that?? What does TServer logs shows un update user data event?

jlo

  • Guest
Re: save attached data to calling list
« Reply #2 on: September 04, 2008, 08:38:34 AM »
You can retrieve and change attached data in GAD, yes. I was expecting these changes would be written back to the calling list fields.

What do you mean with [i]What does TServer logs shows un update user ?[/i]

Best regards.

Marked as best answer by on Today at 06:27:53 PM

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: save attached data to calling list
« Reply #3 on: September 04, 2008, 04:00:32 PM »
  • Undo Best Answer
  • Yup yup, I just remembered I did that once. When you see TServer logs, on that event GAD uses a User event info. Or you can post TServer logs and OCS logs here so we can take a look at them. Be sure to set logs on full mode

    jlo

    • Guest
    Re: save attached data to calling list
    « Reply #4 on: September 05, 2008, 11:32:15 AM »
    [quote author=cavagnaro link=topic=3289.msg13618#msg13618 date=1220544032]
    Yup yup, I just remembered I did that once. When you see TServer logs, on that event GAD uses a User event info. Or you can post TServer logs and OCS logs here so we can take a look at them. Be sure to set logs on full mode
    [/quote]

    jlo

    • Guest
    Re: save attached data to calling list
    « Reply #5 on: September 05, 2008, 11:35:04 AM »
    Oops,

    Clicked Enter too soon :s
    There's a call logged around 11:09 where we save attached data. So you see anything out of the ordinary?

    Thanks!

    Offline Fra

    • Hero Member
    • *****
    • Posts: 856
    • Karma: -3
    Re: save attached data to calling list
    « Reply #6 on: September 05, 2008, 01:10:33 PM »
    [quote author=jlo link=topic=3289.msg13613#msg13613 date=1220517514]
    You can retrieve and change attached data in GAD, yes. I was expecting these changes would be written back to the calling list fields.

    [/quote]

    Absolutly not; your logs are perfect, but the point is you are [i]updating attached data[/i] and not [i]updating the outbound record fields[/i]. In order to manipulate the content of any record field, you must use the Outbound Desktop protocol that has specific requests-events, in this case TServer dispatches the request to OCS; for example in your case your agent desktop needs to send an UpdateCallCompletionStats request. Check Outbound Contact reference guide, there's plenty of details.
    Hope it helps!

    Fra

    jlo

    • Guest
    Re: save attached data to calling list
    « Reply #7 on: September 05, 2008, 01:47:25 PM »
    [quote author=Fra link=topic=3289.msg13633#msg13633 date=1220620233]
    Absolutly not; your logs are perfect, but the point is you are [i]updating attached data[/i] and not [i]updating the outbound record fields[/i]. In order to manipulate the content of any record field, you must use the Outbound Desktop protocol that has specific requests-events, in this case TServer dispatches the request to OCS; for example in your case your agent desktop needs to send an UpdateCallCompletionStats request. Check Outbound Contact reference guide, there's plenty of details.
    Hope it helps!

    Fra
    [/quote]

    OK, found that UpdateCallCompletionStats thing, but how do you trigger this event? On which object??

    Thanks.

    Offline cavagnaro

    • Administrator
    • Hero Member
    • *****
    • Posts: 7641
    • Karma: 56330
    Re: save attached data to calling list
    « Reply #8 on: September 05, 2008, 04:10:30 PM »
    On GAD when you see an Outbound call on the right hand you will see the list of userfields attached, right? If you edit them then is when updatecallcompletionstats is used.

    jlo

    • Guest
    Re: save attached data to calling list
    « Reply #9 on: September 06, 2008, 05:51:29 PM »
    [quote author=cavagnaro link=topic=3289.msg13644#msg13644 date=1220631030]
    On GAD when you see an Outbound call on the right hand you will see the list of userfields attached, right? If you edit them then is when updatecallcompletionstats is used.
    [/quote]

    OK, but I don't want to use that tab, because there the agent can type anything he wants. We want the agent to choose from predefined possible inputs. So, we made a custom tab with dropdownboxes. Now, we need the values that the agent selected in those boxes to be saved in the fields of the calling list.
    Can this then be achieved by setting GSW_AGENT_REQ_TYPE to "UpdateCallCompletionStats"??

    Offline natlonehat

    • Newbie
    • *
    • Posts: 31
    • Karma: -1
    Re: save attached data to calling list
    « Reply #10 on: November 10, 2008, 05:46:58 AM »
    Use IFrame to push data to custom  db