VoiceGuide IVR Software Main Page
Jump to content

Using $rv_previousmodule In A Vbs Module?

Recommended Posts

I'm trying to use $RV_PreviousModule in a Run VB Script Module:

select case $RV_PreviousModule

case "$RV[sayDOB]"

verifyDOB()

case else

msgbox "Not Found",vbexclamation

end select

 

I can't seem to evaluate the previous module. I tried using msgbox $RV_PreviousModule but the box comes up blank.

 

Any Ideas?

Share this post


Link to post

Which version of Voiceguide are you using?

 

Can you please post a trace log capturing the call and running of this script & VBScript module.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×