" /> Interaction window and case information - Genesys CTI User Forum

Author Topic: Interaction window and case information  (Read 11660 times)

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Interaction window and case information
« on: November 23, 2012, 02:15:49 PM »
Advertisement
Hi,

I have two questions concerne the Case Information section in Interaction Window.

1. I would like to know if it's possible to not show the "Queue" case data. 

2. I would like to know if it's possible to specify the format for the value of a case data.

Thanks a lot.

Alain

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Interaction window and case information
« Reply #1 on: November 26, 2012, 08:59:58 AM »
All answers to your question are in document guide - please,read the doc first!

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: Interaction window and case information
« Reply #2 on: November 26, 2012, 02:47:28 PM »
[quote author=Kubig link=topic=7516.msg32237#msg32237 date=1353920398]
All answers to your question are in document guide - please,read the doc first!
[/quote]

Thank you!  Your answer realy help me... 

If someone know the answer and are not bad mood, feel free to answer.  ;)  Meantime I will read 10 billions of pages in documents guides...

Alain

Offline bublepaw

  • Sr. Member
  • ****
  • Posts: 283
  • Karma: 10
Re: Interaction window and case information
« Reply #3 on: November 26, 2012, 11:06:48 PM »
It takes around 5 min to find in documents - actually there are only 3 documents that You have to search through. Please try searching for "attached data" in deployment guide. If search engine is ok it should point You to interaction.case-data.format-business-attribute which is answer that You are searching for. Second answer is hidden under "strange" title "Editing case information"

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: Interaction window and case information
« Reply #4 on: November 27, 2012, 03:30:01 PM »
[quote author=bublepaw link=topic=7516.msg32248#msg32248 date=1353971208]
It takes around 5 min to find in documents - actually there are only 3 documents that You have to search through. Please try searching for "attached data" in deployment guide. If search engine is ok it should point You to interaction.case-data.format-business-attribute which is answer that You are searching for. Second answer is hidden under "strange" title "Editing case information"
[/quote]

I already know and use the "interaction.case-data.format-business-attribute".  I can show custom case information in french or in english depending on agent options.  But I dont know how to manage "out-of-the-box" case information like "Queue" and "Origin".  I dont want the "Queue" to be show in the case information section in Interaction Window.  Under my Business Attributs corresponding to "interaction.case-data.format-business-attribute", I have try to create an attributes values with the name "Queue".  But it do not override the "out-of-the-box" case information "Queue".  Maybe I dont use the good name or maybe not the right way.  I have search many document and read a lot of stuff on internet and PDF, but I have not find the answer to my need.  It's the reason of this post.   

For my second question.  I have a custom attribut who contain a phone number and the phone number was not format.  In case information section, I have the need to format this info differently depending on agent language. (ex : 444-555-1212 or (444) 555-1212) I have not find the way to do that to.  Someone know if it's possible or how to do that?

I sure have difficulty with my english, but I dont think I'm an idiot.

Thank you.

Alain

Offline bublepaw

  • Sr. Member
  • ****
  • Posts: 283
  • Karma: 10
Re: Interaction window and case information
« Reply #5 on: November 27, 2012, 08:00:50 PM »
Hi Alain,

Now that You described problem in details I would say easiest way would be to implement own view to display data way You want and replace standard view used by IWS. Unfortunatley it requires some coding but with code You will be able to display data any way You want including blocking unwanted data and dynamicaly formating any fields based on whatever criteria is need it.

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: Interaction window and case information
« Reply #6 on: November 27, 2012, 08:48:44 PM »
[quote author=bublepaw link=topic=7516.msg32274#msg32274 date=1354046450]
Hi Alain,

Now that You described problem in details I would say easiest way would be to implement own view to display data way You want and replace standard view used by IWS. Unfortunatley it requires some coding but with code You will be able to display data any way You want including blocking unwanted data and dynamicaly formating any fields based on whatever criteria is need it.
[/quote]

Ok, so it's not possible to hide queue only with configurations.  I already have a custom view for the case information section, but my client want me to not replace existing view... 

Thanks you bublepaw.

Alain

Offline bublepaw

  • Sr. Member
  • ****
  • Posts: 283
  • Karma: 10
Re: Interaction window and case information
« Reply #7 on: November 28, 2012, 08:50:55 AM »
Hi Alain,

Did You try to inherit Your class from original view and just change behavioiur of one filed. This is something I didn't try yet but maybe this is solution to have view that looks same but behaves differently.

Pawel

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Interaction window and case information
« Reply #8 on: November 29, 2012, 12:48:28 PM »
As wrote Bublepaw - you have to write own code,which overwrite default behavior,at least for the format string. For remove queue and origin field from case data in interaction window just set option interaction.case-data.format-business-attribute. For overwrite toast case-data you have to again write own code.
« Last Edit: November 29, 2012, 12:55:41 PM by Kubig »

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: Interaction window and case information
« Reply #9 on: November 29, 2012, 01:51:55 PM »
[quote author=Kubig link=topic=7516.msg32284#msg32284 date=1354193308]
As wrote Bublepaw - you have to write own code,which overwrite default behavior,at least for the format string. For remove queue and origin field from case data in interaction window just set option interaction.case-data.format-business-attribute. For overwrite toast case-data you have to again write own code.
[/quote]

Thank you both for your reply.  Kubig, when you write : "just set option interaction.case-data.format-business-attribute", can you gave me more details.  Cause, as I said, I have try that unsuccesfully.  I have try to add an Attributs Values with name "Queue", change de display name but it dose'nt change anything. 

Alain

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Interaction window and case information
« Reply #10 on: November 29, 2012, 02:10:05 PM »
I tried it and in interaction window all works correctly. I create a new business attributes section and in this section I created some "case-data".without any queue and origin. On IWS object I set "interaction.case-data.format-business-attribute" option to name of created business attributes section. So,If I accept the call I did not see queue and origin,but only my defined field. Unfortunately, in toast case-data is not work correctly and same like an interaction window.

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: Interaction window and case information
« Reply #11 on: November 29, 2012, 02:39:27 PM »
Unfortunately, I don't have the same reaction as your.  I think I will try again from scratch.

For the toast section you must set "[b]toast[/b].case-data.format-business-attribute" option to the name of your business attributes section. 

Alain

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Interaction window and case information
« Reply #12 on: November 29, 2012, 02:55:30 PM »
[quote author=alaint link=topic=7516.msg32287#msg32287 date=1354199967]
Unfortunately, I don't have the same reaction as your.  I think I will try again from scratch.

For the toast section you must set "[b]toast[/b].case-data.format-business-attribute" option to the name of your business attributes section. 

Alain

[/quote]

Yes,I know :D But,the behavior in my environment is for interaction window different than toast case-data. I am using same business attribute set for both case-data,but only in interaction window a queue and origin are not showed.

Offline alaint

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: Interaction window and case information
« Reply #13 on: November 29, 2012, 03:50:11 PM »
[quote author=alaint link=topic=7516.msg32287#msg32287 date=1354199967]
Unfortunately, I don't have the same reaction as your.  I think I will try again from scratch.
[/quote]

My second try gave me the same result as the first try, queue and origin always show in "case information" section.  I continu my search, maybe a IWs options... 


Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Interaction window and case information
« Reply #14 on: November 29, 2012, 04:08:53 PM »
May be version of IWS? I do not think that the issue is related to option settings - I have configured BA set only in option related to case-data(toast,interaction)