Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
My First SS Project
I would like to display the number items in a category beside the category tag name (we have a retail site). This is my first SS project and I have no JS experience per-say. Just the SS course NS offers, one semester of C# and I am fairly proficient with HTML. Anyway, it occurs to me to use the count method then display the results. It also seems that this would have to be duplicated for every category OR possibly create a loop that analyzes (counts) each category item sublist then store the results in an array, then display the result (although I have no idea how the display will work). I have no senior developers to collaborate with on this, does anyone have any idea which of these two approaches may work best??