A suite of custom records to store, distribute and display SuiteQL reports.
- clone the repo.
- install npm.
- run "npm install" in the repo to install all dependencies.
- run "npm run build-ns-scripts" to build the Netsuite Scripts.
- run "npm run build-react-frontend" to build the React Frontend.
- run "npm run deploy" to deploy the solution.
- Create a new record of the type "SuiteQL Report"
- Give the record a name and paste the working SuiteQL
- Save it
- It should now display the record in view mode and display the results from the query (currently limited to 5000 rows)
- You can change the labels by editing the columns in the sublist of the record
- The column order is defined by the order of the columns in the SELECT