Validating a SuiteCloud Project with SuiteCloud IDE Plug-in for WebStorm

SDF can run server-side validation to catch errors that might occur during project deployment.

For more information, see SuiteCloud Project Validation.

To validate a SuiteCloud project against your 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.

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

  3. Select NetSuite > Validate Project Against Account.

  4. Select the account and role you want to use.

  5. If you're working on an account customization project, change the Action on Account-Specific Values setting. For more information about this setting, see Account-Specific Values Validation in SuiteCloud Projects.

  6. If you're working on a SuiteApp projects, check the Apply Installation Preferences box if you want to apply the installation preferences.

  7. Click Validate.

    SDF validates your project against the account you picked. The validation progress log shows up in the SuiteCloud IDE console.

Errors in the validation log show up in red. If you run into errors during server-side validation, check the error messages to figure out what went wrong and troubleshoot the issues.

Example

Here's an example of a validation log that shows a successful validation:

          Validating against 1234567 - Administrator.
    Step 1: PROJECT_VALIDATION
    Step 2: MANIFEST_VALIDATION
    Step 3: DEPLOY_FILE_VALIDATION
    Step 4: CONFIGURATION_VALIDATION
    Step 5: CUSTOM_OBJECT_VALIDATION
    Step 6: CUSTOM_OBJECT_VALIDATION --- custform_28_3775598_351 (addressform)
    Step 7: CUSTOM_OBJECT_VALIDATION --- custform_29_3775598_351 (addressform)
    Step 8: FILE_VALIDATION
    Step 9: FOLDER_VALIDATION
    Step 10: TRANSLATION_IMPORT_VALIDATION
    Step 11: TRANSLATION_REFERENCE_VALIDATION
    Step 12: PREFERENCE_VALIDATION
    Step 13: FLAG_VALIDATION
    Step 14: ACP_SPECIFIC_VALIDATION
    Step 15: PROJECT_ACCOUNT_VALIDATION
    Step 16: ACCOUNT_SETTINGS_VALIDATION
    Step 17: CUSTOM_OBJECT_ACCOUNT_VALIDATION
    Step 18: CUSTOM_OBJECT_ACCOUNT_VALIDATION --- custform_28_3775598_351 (addressform)
    Step 19: CUSTOM_OBJECT_ACCOUNT_VALIDATION --- custform_29_3775598_351 (addressform)

  The validation process has finished. 

        

Related Topics

General Notices