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

Logging in Evaluate JS module

Questions and answers about Plum Fuse+

Moderators: admin, support

Post Reply
mushfek0001
Posts: 20
Joined: Wed Mar 14, 2018 1:31 am

Logging in Evaluate JS module

Post by mushfek0001 »

Hi,

Is there any way to add log statements in Eval JS module? I can see

Code: Select all

console.log()
doesn't work in there but both writing code and debugging is extremely tedious in there. No formatting and no logging. Please let me know if there's any way around it where I can step through the code segment.

Another additional question, from a few existing questions on the forum I gathered that you guys are working on exporting a Fuse+ app to an external file (your format or VXML). Is there any update on that? We could benefit greatly from this feature.

Thanks,

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

Re: Logging in Evaluate JS module

Post by support »

Hi,

At this time console.log() is supported within the Eval JS module. As long as the Eval JS module is reached and the JavaScript code is able to execute, calls to console.log() will appear in your individual call logs. It is unlikely that we will support exporting VoiceXML anytime in the near future. because Fuse+ includes numerous features that are not possible with a pure VoiceXML application. However, we do have a feature request in our backlog that would allow for a data export in a proprietary format. That feature is not yet on the development calendar, please reach out to your account manager if this is a critical feature as they can influence feature prioritization.

Regards,

Plum Support

Post Reply