mayerlench
08/22/2019, 9:29 PMbattk
08/22/2019, 9:51 PMbattk
08/22/2019, 9:51 PMbattk
08/22/2019, 9:52 PMalien4u
08/22/2019, 10:33 PMmayerlench
08/22/2019, 10:36 PMmayerlench
08/22/2019, 10:37 PMalien4u
08/22/2019, 10:37 PMmayerlench
08/22/2019, 10:39 PMmayerlench
08/22/2019, 10:40 PMbattk
08/22/2019, 10:41 PMmayerlench
08/23/2019, 12:31 PMbattk
08/23/2019, 12:53 PMbattk
08/23/2019, 12:54 PMMiquel Brazil
08/23/2019, 1:12 PMMiquel Brazil
08/23/2019, 1:20 PMmassupdate
, userevent
, restlet
, etc). Folder structure follows the format SuiteScripts\{project_name}\src\{context}\{script_file}.js
. I then use NetSuite Tools for WebStorm: https://plugins.jetbrains.com/plugin/8305-netsuite-tools-for-webstorm/ to upload a single file or folder or whatever I’m working on to the Sandbox environment where it respects the same folder structure within the the File Cabinet > SuiteScripts folder. I then use SuiteBundler to build my Bundle that includes those Scripts and related Deployments. I then install my Bundle on the Production side. This works our pretty seamless when I make a change to an existing script. All I need to do is re-upload the modified script file with NetSuite Tools and it updates the associated file in NS Sandbox - in the same directory and this updated file is automatically “picked up” by all the associated Script Records and Deployments. I then increment the bundle version at a specified release point and then run an Update on the Bundle in Production.