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?
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.