There are some scenarios which shows unexpected errors while doing item import. Some of the cases are, Item Name field and the Store Display Name field are mapped. You must map only the Item Name field or the Store Display Name field. Ensure that the Item Translation : Language field is also mapped.
Author: Shekha E K
Could not find any records by this name
The error occurs when updating child matrix items. In the CSV file, enter a separate column for the parent matrix item and another for the child matrix item. The CSV file will look like the following: Item Name/Number Subitem of Department Child item Parent item — In the Item Name/Number column, the Parent : Child… Continue reading Could not find any records by this name
‘Invalid parent reference key’ on Item Record Import
The error occurs when the parent item being referenced is of a different item type (for example, Inventory, Description, and so on) than the item being imported. The parent item must be the same type (for example, Inventory, Non-Inventory, Description, and so on) as the items being imported. There are two ways to resolve this… Continue reading ‘Invalid parent reference key’ on Item Record Import
Can’t update npm packages: ERR! code EEXIST
Sometimes, while using npm commands in the terminal it throws error as followsnpm ERR! code EEXIST Solution: Uninstall the current node version.Reinstall
Add package tracking number in item fulfillment email
System email template: <div><#list itemfulfillment.package as pkg>${pkg.packagetrackingnumber}</#list> <#list itemfulfillment.packageups as pkg>${pkg.packagetrackingnumberups}</#list> <#list itemfulfillment.packagefedex as pkg>${pkg.packagetrackingnumberfedex}</#list></div> Email templates: <div><#list transaction.package as pkg>${pkg.packagetrackingnumber}</#list> <#list transaction.packageups as pkg>${pkg.packagetrackingnumberups}</#list> <#list transaction.packagefedex as pkg>${pkg.packagetrackingnumberfedex}</#list></div>
Invalid custitem reference key error on item update import
While updating item record using import, some times error occurs as follows. Here download details 1 is mapped to Specification sheet 1(custitem_jj_spec_sheet_1) field in Netsuite. Mapping is given below. Solution: Update the csv template , add internal id of the pdf file instead of name. Map the id to the corresponding field . Click on… Continue reading Invalid custitem reference key error on item update import
‘Add content’ section missing in SMT
Sometimes, add content section will not appear in SMT. It is due to the missing bundle ‘SMT Core Content Types bundle’. Solution: Install the bundle “SMT Core Content Types”.
Accessing the NetSuite Account Center
The NetSuite Account Center portlet is located on the Support tab. To access the NetSuite Account Center: Click the Support tab to view the NetSuite Account Center portlet.For most users, the portlet displays a message indicating you do not have permission. If you feel that you should have permission to this portlet and the NetSuite Account Center,… Continue reading Accessing the NetSuite Account Center
Remove Lock from Custom Item Field in SuiteCommerce Advanced
Scenario There are instances that a custom item field is locked or will not allow users to update its current setup. Solution To remove the lock in Custom Item Field, make sure to delete all the association of this field in the Web Site Setup page under Commerce > Websites > Website List then edit the website. In the Search Index tab, make… Continue reading Remove Lock from Custom Item Field in SuiteCommerce Advanced
How to create a watch animation in the website using html an
check the below code. HTML CSS