Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Custom Description Field for 2nd Web Store
I've created a custom description field so that we can have different item descriptions on our 2 different websites. This seems to work just fine, but we have over 1000 items on our 2nd site, so it will take some time to go through and write new descriptions for each and every item.
I know I could dump my descriptions to CSV and reimport them to the new field, but I'd like to do something a little more dynamic. My existing template adds the text "No Information Available" if the description field is left blank. The code looks like this:
<%=getCurrentAttribute("item", "storedetaileddescription", "No information available.")%> 0