It is best to specify countries by name instead of country codes in CSV files. Country codes are used as countries’ NetSuite internal IDs and using them in a CSV file can result to errors. Before an import, replace any country codes with names. Note On the Field Mapping page of the Import Assistant, you… Continue reading Country Names for CSV Import
Tag: country
Suitelet API to fetch Country and State List from NetSuite
Suitelet API to fetch Country and State List from NetSuite
Setting Values to a Country List/Record Field
In Netsuite, the Standard Country list’s internal id cannot be seen through UI. We need to find the internal id of the country we are about to set to the field Solution Get the country value from any of the Netsuite records and store it in a variable For ex: Pulling ship country from sales… Continue reading Setting Values to a Country List/Record Field
How to resolve Error in extension: Module ‘GlobalViews.CountriesDropdown.View’ not found.
In order to add country field in form, I have used ‘GlobalViews.CountriesDropdown.View’ in the view file. But it is creating issue . Solution: These files ‘GlobalViews.CountriesDropdown.View’ are not available in shopping domain and myaccount domain. So remove it from those domains and deploy it to only checkout. This can be done by editing manifest file.