Deploying a SuiteCloud Project to Your NetSuite Account with SuiteCloud IDE Plug-in for WebStorm

When you create a SuiteCloud project, a deploy file is automatically generated.

By default, the file is set up to deploy all supported files in the FileCabinet folder and all SDF custom objects in the Objects folder.

For more information, see SuiteCloud Project Deployment Preparation.

To deploy a SuiteCloud project to your NetSuite account:

  1. In WebStorm, create or select your SuiteCloud project.

    For more information, see Creating an Account Customization Project in SuiteCloud IDE Plug-in for WebStorm or Creating a SuiteApp Project in SuiteCloud IDE Plug-in for WebStorm.

    Important:

    Account customization projects can't be uninstalled from your account after deployment. You'll need to manually delete any components you don't want.

  2. Ensure that your project references all the required dependencies.

    For more information, see Defining Feature Dependencies in SuiteCloud IDE Plug-in for WebStorm, Defining Dependencies on SDF Custom Objects in a SuiteApp and Bundle Objects with SuiteCloud IDE Plug-in for WebStorm, and Defining Account Component Dependencies from an Account Customization Project in SuiteCloud IDE Plug-in for WebStorm.

  3. Ensure that your deploy file references all of the NetSuite components you want to deploy.

    For more information, see SuiteCloud Project Deployment Preparation.

  4. Right-click your SuiteCloud project in the Project window.

  5. Select one of the following:

    • NetSuite > Deploy

    • NetSuite > Deploy to Account

  6. If you chose to deploy to an account, pick the right account and role, then click Deploy.

  7. If you're deploying an account customization project, you can change the selection for Action on Account-Specific Values. For more information, see Account-Specific Values Validation in SuiteCloud Projects.

  8. If you're deploying a SuiteApp project, you can enable or disable the installation preferences by checking or clearing the Apply Installation Preferences box.

    For more information, see Installation Preferences in the SuiteApp of SuiteCloud Project.

  9. If you're deploying to a NetSuite production account, you might see a notification window. Confirm you want to deploy to the production account to continue.

    SDF validates and deploys the SuiteCloud project to your NetSuite account. The installation log shows up in the SuiteCloud IDE tool window.

Example

Here's an example that shows the installation log of a successful deployment to a NetSuite production account for a company named Wolfe Electronics:

          2018-08-09 06:05:10 (PST) Installation started
Info -- Account [(PRODUCTION) Wolfe Electronics (ACCOUNTNAME)]
Info -- Account Customization Project [SDFtutorial]
Info -- Framework Version [1.0]
Validate manifest -- Success
Validate deploy file -- Success
Validate configuration -- Success
Validate script file -- Success
Validate objects -- Success
Validate files -- Success
Validate folders -- Success
Validate account settings -- Success
Validate Custom Objects against the Account -- Success
Begin deployment
Upload file -- ~/FileCabinet/SuiteScripts/UserEventScript.js
Create object -- customrecord_tutorial (customrecordtype)
Create object -- customscript_userevent (usereventscript)
Create object -- customrecord_tutorial.custrecord_tut_memo (customrecordcustomfield)
Create object -- customscript_userevent.customdeploy_ue_tut (scriptdeployment)
2018-08-09 06:05:37 (PST) Installation COMPLETE (0 minutes 27 seconds) 

        

Related Topics

General Notices