- This procedure applies only to 2019.1 implementations of SCA and later.
- The NetSuite SSPv2 application record defines the folder in the NetSuite file cabinet where website customization assets that support SuiteScript 2.0 are stored. If you are implementing the 2019.1 release of SCA or later, you must create this additional SSP application for SuiteScript 2.0 assets.
- In NetSuite, go to Commerce > Hosting > SSP Applications > New.
- To create the record for your SuiteScript 2.0 assets, follow the steps outlined in the NetSuite Help topic Create a SuiteScript 2.0 SSP Application Record to provide the following information:
- Be sure that the name you assign to the SSP application is the same as the name used for the SuiteScript 1.0 application, but append v2 to the end. For example:
MyCustomSSPv2 - Specify a version of 2.x.
- Create a new application folder and provide the same HTML Hosting Root and Application Publisher that you used in Create a custom SSP application for SuiteScript 1.0. Also use the same Application Name, but add the number 2 to the end. For example:
ProDevSite2 - Be sure the URL root is the same as the root used for the SuiteScript 1.0 application, but append _ss2 to the end. For example, if the URL root for your SuiteScript 1.0 application is
ProDev, the root for your SuiteScript 2.0 application should beProDev_ss2.
Creating an SSP application with a version of 2.x results in a directory structure in the NetSuite File Cabinet with the following path: <HTML Hosting Root>: /SSP Applications/<Application Publisher>/<Application Name>. For example, if you specify the following information for the application folder when creating an SSP application with a version of 2.x:
- HTML Hosting Root: Live Hosting Files
- Application Publisher: ProDev
- Application Name: ProDevSite2
The resulting directory structure in the NetSuite File Cabinet is: Web Site Hosting Files/Live Hosting Files/SSP Applications/ProDev/ProDevSite2