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
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Web Tags in Item Drilldown template not working properly
I posted another thread before but I couldn't explain it properly, here is the scoop, please advise if anyone else is having problems or if NS can replicate the problem:
The following tags are not working properly in the Item Drilldown Templates:
<NLCOLUMNCONTENTS>
<%=getCurrentAttribute('sitecategory','storeURL')% >
This issue happens when the website does not use Descriptive URLs, and the URL does not have the string "?category=xxx" at the end which makes the above tags fail.
EXAMPLE:
Normal URL:
http://www.deiequipment.com/s.nl/it.A/id.5706/.f
URL with category string:
http://www.deiequipment.com/s.nl/it.A/id.5706/.f?category=679
0