Test the SuiteCloud Project in the Target NetSuite Account

This is step eight of the SuiteCloud Development Framework Tutorial. If you have not already done so, complete step seven: Validate and Deploy the SuiteCloud Project to a Target NetSuite Account.

The following steps show you how to verify that all objects have been created in the target NetSuite account and that the user event script has been uploaded.

To test the project in the Target NetSuite account:

  1. Log in to the target NetSuite account as an administrator.

  2. Verify that UserEventScript.js was uploaded to the account.

    Go to Documents > Files > File Cabinet, and then click the SuiteScripts folder.

    UserEventScript.js should appear in the SuiteScripts folder.

  3. Verify that the script record was created.

    Go to Customization > Scripting, and then click Scripts.

    The SuiteCloud Development Framework (SDF) Tutorial User Event script, customscript_userevent, should be listed.

  4. Verify that the script deployment record was created.

    Go to Customization > Scripting, and then click Script Deployments.

    The customdeploy_ue_tut script should be listed.

  5. Verify that the custom record was created.

    Go to Customization > Lists, Records, & Fields, and then click Record Types.

    The SDF Tutorial script record, customrecord_tutorial, should be listed.

  6. Verify that the user event script works on the SDF Tutorial script record.

    In the SDF Tutorial row, click New Record.

    The new record template loads, and the Memo field should automatically state My first account customization project.

Related Topics

General Notices