Hello,
I have added/updated an attribute in an email interaction using the code explained here: - Genesys
After this update, if I get the interaction using this code
RequestGetInteractionContent request = RequestGetInteractionContent.Create();
request.InteractionId = Id;
EventGetInteractionContent eventGetIxnContent = ucsConnection.Request(request) as EventGetInteractionContent;
return eventGetIxnContent;
I can see that the attribute is added/updated.
But if I use RequestSearch the attribute is not present.
Can anyone explaing why or what am I doing wrong?
Thank you in advance.
#Implementation
------------------------------
Ricardo Sosa
PlusNet Solutions, S.L.
------------------------------