does anybody know if there is any visual interface...
# suitescript
m
does anybody know if there is any visual interface for testing SuiteQL within NS? I mean to test the actual Query and how to get there?
a
Try this from @tdietrich
Here is a buggier version that has some neat features like auto formatting with ctrl-shift-f
SQLSuitelet 2.js
m
👍🏻
s
someone should make this using real web app tools rather than a UI suitelet.
wish I had time
a
You mean a framework?
s
Yes. In our case we prefer Angular, I know some folk prefer React. Point is, a rich client app would be ideal for doing a lightweight SuiteQL development environment.
in comparison to any form of UI suitelet
a
What features are you looking for?
s
rich intellisense, ability to save/load code snippets, refactoring, interactive paging, local sorting or filtering/mapping results. list goes on and on. Basically the things other tools like SSMS or other SQL tools have.
m
https://nimbuslabs.com/nimbusql/ has some of these features @Anthony (NimbusLabs)
a
Thanks @michoel @Shawn Talbert feel free to install the bundle using the instructions on the page Michoel linked. This has some of the features you mentioning, adding support for variables shortly. Let me know if any questions.
a
Is this open source?
a
This one is not open source
s
what's the cost for the paid version?
a
3k/yr
s
10-4
is the product UI Suitelet based? @Anthony (NimbusLabs)?
a
yes, it renders via a Suitelet
It doesn't actually use any NetSuite form/field elements, all custom HTML, just uses the suitelet as the rendering engine
s
OK, that sounds a bit more tolerable 🙂