Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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.")%>