Author Topic: GPlus for MS CRM - Attached Data format for Regarding identification  (Read 4376 times)

Offline avrays

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Hi,

We are trying to add User Data from IVR so that GPlus automatically attach the right contact or account to the Regarding field in MS CRM. In this attempt, we are not able to figure out how exactly the Gplus adapter is expecting the Attached data, in terms of user data format.

We are attaching data from IVR as Key value pair, but some how its not working.

Can anyone please let me know what should be the exact way to add the data for let's say, to find out correct contact based on contact id? Example will be very helpful. TIA.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: GPlus for MS CRM - Attached Data format for Regarding identification
« Reply #1 on: November 09, 2009, 01:27:57 PM »
Hi,

What release of Gplus adapter are you talking about?

R.

Offline avrays

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: GPlus for MS CRM - Attached Data format for Regarding identification
« Reply #2 on: November 10, 2009, 08:27:55 AM »
Hi, we are using Gplus Adapter 7.2 for MS CRM.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: GPlus for MS CRM - Attached Data format for Regarding identification
« Reply #3 on: November 10, 2009, 04:12:26 PM »
Hello,

Exact format is described in Gplus Deployment Guide in chapter "Incoming Call Activity Customization / Structure Of Operation User Data". You will find there even sample strategy showing how to attach required keys.

I would recommend you to read whole chapter "Incoming Call Activity Customization" as it describes in detail contact identification process.

Hope it helps you a bit

R.

Offline avrays

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: GPlus for MS CRM - Attached Data format for Regarding identification
« Reply #4 on: November 11, 2009, 12:11:34 PM »
Hi Rene,

I did go through the chapter you mentioned but I am finding it difficult to simulate the same when the data will be attached by IVR and [b]NOT[/b] URS.

When I did what was mentioned in the document in a different environment where URS is present, I can see the following in Tserver Logs:

[b][i]'__MicrosoftCRM'(list) 'Regarding'(list) 'objecttype' 'contact'[/i][/b]

However, when I attach a key as '__MicrosoftCRM.Regarding.objecttype' and value 'contact' from IVR, the TServer log looks different. I can see the difference as well. Also, GPlus adapter is not recognising the KV pair as a valid one.

My question is, how to do a similar thing from IVR to get the desired result i.e.
GPlus adapter will recognise the key value as it expects. I can only add Key and Value from IVR.

Thanks in advance for a reply.

Offline avrays

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: GPlus for MS CRM - Attached Data format for Regarding identification
« Reply #5 on: November 11, 2009, 01:52:02 PM »
Hi,

I think now I know whats happening here (little new to this world :) ). Its a list and not a string that we need to add in the attached user data.

Can you please let me know how to create a KVP list? Any pointers would be very helpful.

Thanks

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: GPlus for MS CRM - Attached Data format for Regarding identification
« Reply #6 on: November 11, 2009, 05:46:33 PM »
Hi,

What IVR system do you have? GVP?

R.

Offline avrays

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: GPlus for MS CRM - Attached Data format for Regarding identification
« Reply #7 on: November 11, 2009, 06:29:36 PM »
Yes, they are using GVP.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: GPlus for MS CRM - Attached Data format for Regarding identification
« Reply #8 on: November 12, 2009, 04:33:33 PM »
Hi,

I've checked several sources and did find any way how to attach UserData in format required by Gplus adapter from GVP. The only way would be calling routing strategy from GVP application and attaching UserData from that strategy.

R.