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.