cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

IPC Set Variable Action UCCX

antonio.vazquez
Level 1
Level 1

Hi,

we are using a IPC to comunicate CAD with a third party application. We are using IPC Set Variable Action, but it seem that it doesn't work correctly. Indeed of we have tried IPC Make Call Action and it works fine. I'll try to explain myself as clear as I could:

  • We have a ECC Variable named user.Idioma.
  • This ECC variable is included into a layout and it showed in it as Idioma with the correct value.
  • From the external third party app we send to the CAD app the following code:
    • <?xml version="1.0"?><IPCActions><IPCSetVariableAction><ActionName>IPC Set Variable Action</ActionName><Variable>user.Idioma</Variable><DataValue>english</DataValue></IPCSetVariableAction></IPCActions>

Although we send the xml code, the variable is not modified.

Could anybody help us with this?

Regards

Who Me Too'd this topic