05-12-2010 07:26 AM - edited 03-14-2019 05:44 AM
Hi,
I am working on UCCX 7.0 scripting where in I need to retrieve a unique number for the call. This unique number needs to map to the NodeID-SessionID-SeqNum of the AGent Wrap-Up Data Detail Report. I need to retrive this number in my script and write it into a custom table to be used as a primiray key in that custom table. Thus, this unique ID will link the CCDR in the standard historical reports to the custom table that I create. The custom table is being created to store some responses from the callers and will contain columns like CallID ( a unique ID), Reponse1, Response2 etc.
I tried retrieing the 'Identifier' in the GetContactInfo() step in my script assuming that this ID would be similar to the SeqNum in the NodeID-SessionID-SeqNUm of the historical reports but the 2 numbers are entirely different and hence I am unable to link the reports with the data in my custom table.
Any thoughts on how to work this through?
Thanks,
DM
Solved! Go to Solution.
01-13-2016 12:07 AM
Can you post the screenshots of the relevant parts of the scripts? Thanks. G.
01-13-2016 02:00 AM
01-13-2016 02:20 AM
And where are they written into the Session? G.
01-14-2016 08:58 PM
I used Set Session Info and Get session Info commands improperly, now it works.
Thanks for your response.
02-17-2016 10:25 AM
Hi Kanat,
I am trying to do the same thing as you and face the same issue. Could you please share your script or tell me what you have done ?
Regards,
Luís.
11-09-2015 01:14 PM
Hey Pete how did you get Sequence Number??
11-10-2015 07:53 AM
I am also curious how you collected the sequence number - I have been able to expose the Session ID but the sequence number is not working for me either. My goal is to merge these two pieces of data into one callVariable.
If you have been able to accomplish this successfully please share??
Tks.
Michele
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide