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:
-
Log in to the target NetSuite account as an administrator.
-
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. -
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. -
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. -
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. -
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
- SuiteCloud Development Framework Tutorial
- Set Up a NetSuite Account (Administrator Only)
- Set Up Your IDE Environment
- Create an Account Customization Project
- Create a Custom Record Definition
- Create a User Event Script
- Create a Script Record and Script Deployment Definition
- Validate and Deploy the SuiteCloud Project to a Target NetSuite Account