cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1062
Views
10
Helpful
4
Replies

How to remove element Data in the Cisco VXML Application

ehtasham.malik
Level 1
Level 1


I have a VXML Application using CCE 12.0, I have set few element data in the application. At one point I need to remove all the element data I set previously. I tried to use data.removeAllElementData() in the Java Action Class, however, the data still persists.

Anyone can help with that?

4 Replies 4

Quigath
Spotlight
Spotlight

Does it work to remove each data element one at a time if the bulk command isn't working?

Nope, both are not working I am not able to delete the element data from Java Action Component. 

Why would you do this, and not just use Session data instead of element data?

bcz the logic I have is based on the element data, not with the sessionData.