Hi,
I need to perform a search thorugh my javascript files because I don't remember where I wrote a particular snippet of code.
In fact I have some js script I made and other js source code written within the "Add Javascript" feature in the response service mapping tool.
Moreover when I use console.log in a procedure written in the mapping tool, when I am debugging from my device, in the logviewer window appears the name of the js file, but it is not accessible from the IDE.
So if I have a screen named mobilescreen1, the associated file is mobilescreen1.js that is not available to edit.
Maybe it would be useful to separate the auto-generated js code for the screen from the code written by us to manage events and/or mapping.