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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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