Deployed extensions are not listed in Extension Manager

After deploying extension we need to activate it in NetSuite ERP. Deploying process will be completed only after activating the extension, sometimes an issue occur that the deployed extension will not appear in the listed Extension

In order to solve the problem

1. Navigate to Customization Lists, Records, & Fields > Record Types.
2. Search for the SC ExtMech Extension record type, then click its List link.
3. On the list page, you should be able to see the Suite_Commerce extension record.
4. Click on Edit.
5. Remove the value on the “TARGET_VERSION” field.
6. Click on Save.
7. click the View link on the Suite_Commerce extension record again.
9. Click Edit on the manifest.json file under the MANIFEST field. This should display a new pop-up window containing the codes of the manifest.json file.
10. On the lines of code, kindly find the section of code below and remove it as well if it’s still there:         “target_version”: {
      “SCA”: “>=19.2.0”,                      

“SCS”: “>=19.2.0”          },
                This should be seen near the top, under the “target” key 

11. Click Save on the popup window.
12.After doing all these, try to run another activation, our Extension among the list of Extension to be activated.

Leave a comment

Your email address will not be published. Required fields are marked *