I am having a problem going through the tutorial f...
# suitecommerce
p
I am having a problem going through the tutorial found here: https://developers.suitecommerce.com/develop-your-first-extension.html#create-the-record-type-in-netsuite When I go and activate the extension (the first time - in Part 1) I get the following error:
Copy code
{
  "type": "error.SuiteScriptError",
  "name": "6973",
  "message": "That record does not exist. path: SuiteScripts/Deploy_Extensions/ExampleVendor/Example@1.0.0/Modules/UserPreferences/JavaScript/Example.UserPreferences.js",
  "stack": [
    "createError(N/error)"
  ],
  "cause": {
    "message": "That record does not exist. path: SuiteScripts/Deploy_Extensions/ExampleVendor/Example@1.0.0/Modules/UserPreferences/JavaScript/Example.UserPreferences.js",
    "stack": [
      "load(N/file)",
      "map(/SuiteBundles/Bundle 426586/ExtensionMechanism.Server/CompilersMapReduce/JsCompilerMapReduce.js:207)"
    ],
    "name": "6973"
  },
  "id": "",
  "notifyOff": false,
  "userFacing": true
}
I see the problem. In the filing cabinet the folder
Modules.UserPreferences
was actually
Modules.userPreferences
.