Hello everyone,
I have developed a Chat / Email Softphone application, because the email interaction need to update owner id information to ucs,
I would like to ask in addition to get data from the database , How can I quickly develop update ‘owner id’ to ucs?
(I currently have connecting 'interactin server' / 'stat server' /'chat server'/'email server'/'contact server' )
As I have mentioned, you can use Requeset3RdServer, where you have to define Service as “OMInteractions” and method as “UpdateInteraction”, of course there must be key-value collection which contains ownerId, etc. You can easily get inspiration from WDE or application UCS logs at all.
Hi Kubig ,
Now I have using the methods to Update Interaction “Last Agent Data” , I’ve seen many times to WDE Logs ,
There are instructions on how to update in WDE Logs , But I want to know is how to get the value of owner id.