I'm using Microsoft Data Actions to get some information from the CRM.
Especially, Get Contact By Phone Number returns some specific data of the customer.
In the case of matching multiple customer records for the same ANI, I need to display for the agent a table or list that shows the different possibilities :
Row 1 : First name, Last name, Passeport, Email (for the customer 1)
Row 2 : First name, Last name, Passeport, Email (for the customer 2)
.
.
.
Row n : First name, Last name, Passeport, Email (for the customer n)
I couldn't figure out a solution to do so inside a script when the data action failed to find a unique match.
I'm wondering if it's possible to do that by creating the list or table in a web server (iFrame) and sending those different information whenever we have multiple records.
So, we display a web page into a script using the web server, and the agent can choose the right customer record based on his conversation with the client in real time.
if you have encountered the same scenario and you have simpler solutions, I'm interested
In architect, I lost the outputs section when I added the Data Action (I have only the phone number as an input).
I don't know how to store those information in a collection of strings, to display them into a script.
For example :
Contact 1 : firstnname : Dan lastname : baron passeport : AFT5REDC
Contact 2 : firstnname : alex lastname : Simmons passeport : EXTY76T
...
Please post an export of your data action as well as the output from the execute step (step 8) of test mode so I can reproduce what you are seeing. Feel free to cover up any sensitive data with fake names or **** or whatever.