Global Variable changes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bennylu
    Genius
    • Mar 2011
    • 221

    Global Variable changes

    There was a post about how to create a global variable and change it from user interface. It works perfect for my client. A new question: Is there any record in TTConsole to check who/when makes the change? Thank you.
  • kruegerb
    Genius
    .
    • Oct 2013
    • 276

    #2
    you can extent the IVR script with an trace element. after the update element insert the trace element , the trace output contains the value, Label in my example TRACE VARIABLE
    output in IVR trace:
    Y3821a 18:48:05.202 TC_General [0x0000438C] VUS_Element::ElemTrace(TRACE VARIABLE,globVar,0x624D0012,0,0x452E)::run(0xD8574 05811012A00) 2

    Comment

    Loading