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
Author: Shekha E K
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
centerMode slider
A centerMode slider looks like as follows, Below is the code for slider using slick slider HTML: JS CSS
Search to get the list of customers not purchased anything yet.
Create a saved search to get the list of customers who haven’t purchased anything yet. Make the criteria as, Run this search and we will get list of all the customers who have no orders created from webstore as well from NetSuite.