Using Multiple Accounts with Run/Debug Configurations in SuiteCloud IDE Plug-in for WebStorm

You can create run/debug configurations to work with multiple accounts in SuiteCloud projects. A run/debug configuration lets you link SDF actions to a project and a specific authentication ID. This way, you'll be more efficient when working with several accounts and SuiteCloud projects.

To use multiple accounts with run/debug configurations:

  1. In WebStorm, go to Run > Edit Configurations..., then click Add icon and select SuiteCloud.

    The following window is displayed:

    Run/Debug Configurations screen
  2. From the Action dropdown, select the SDF action you want this configuration to use.

  3. In the Project field, pick the project for this configuration. You can:

    • Select an SDF project open in the current WebStorm window icon— to pick a SuiteCloud project that is already open.

    • Select an SDF project from your machine icon— to pick a SuiteCloud project from anywhere on your machine.

  4. From the Auth ID dropdown, select an authentication ID for this configuration.

    Tip:

    Click Additional Configuration icon to open the Account Management window and add an account to your machine.

  5. Depending on your SuiteCloud project type, set one of the following options.

    • For account customization projects — From the Account Specific Values dropwdown, choose whether to stop the process if the project has account-specific values.

    • For SuiteApp projects — Check the Apply Installation Preferences box to use the settings from the InstallationPreferences folder.

  6. In the Before launch section, decide if you want to run any tools or scripts prior to launching the run/debug configuration.

Creating Compound Run/Debug SuiteCloud Configurations in SuiteCloud IDE Plug-in for WebStorm

A compound run configuration lets you launch several run/debug configurations at a time. This can save you time if you need to deploy several SuiteCloud projects at the same time or run different actions to a specific SuiteCloud project.

Note:

To include different SuiteCloud projects in the same compound configuration, they need to be in the same active window.

To create compound run/debug SuiteCloud configurations:

  1. In WebStorm, go to Run > Edit Configurations..., then click Add icon and select Compound.

    The following window is displayed:

    Run/Debug Configurations window Compound item expanded.
  2. In the Name field, enter a name for the compound configuration.

  3. Click Add icon and select a run/debug configuration to add to the compound.

    Note:

    You need to have set up the run/debug configurations beforehand.

  4. Click Apply, then OK.

  5. When you've set a compound configuration, click the Run icon icon in WebStorm to run it.

    Run debug area

Related Topics

General Notices