This application is being built out of necessity to track and manage deployments of SuiteScript, configurations, and custom fields/records/forms/roles within multiple NetSuite accounts (sandboxes/production). It is currently in the very early stages of development.
- Automatically delpoy versioned SuiteScripts via webservices to multiple sandboxes/production accounts
- Automatically deploy custom forms/fields/records/roles
- Document custom SuiteScripts application and use within NetSuite
- Track deployment schedules and developer resources by environment (DEV,TEST,PROD)
- Track differences between sandbox and production (or multiple sandboxes, ie DEV, TEST, PROD)
- Selenium Server is needed for "automation"
- Start selenium-server (java -jar selenium-server-standalone-2.x.x.jar)
- run
git submodule update --init
- Modify app/config/parameters.ini with your netsuite username and password
- run
app/console netsuite:capture-forms 123
- Selenium should fire-up and log into netsuite.