We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

How to refer one scratchpad vml file from another scratchpad

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
bhairav
Posts: 9
Joined: Tue Mar 12, 2013 1:11 pm

How to refer one scratchpad vml file from another scratchpad

Post by bhairav »

Hi there,
I would like to split my code into two files. If I created two scratchpads for this. How do I give the path of another file say root file which is also created on a scratchpad.

My question is how do I refer one scratchpad from another.


Thanks

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: How to refer one scratchpad vml file from another scratc

Post by support »

Hi,

As scratchpads were designed only to handle test or basic applications, it is not possible to reference a scratchpad from within another.

Scratchpads can, however, reference a script located on your web server via the <goto> or <submit> tags. This is useful for if you want catch errors whenever your webservice is down.

Regards,
Plum Support

Post Reply