Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
my account page uses code which has bad links
the code for the header in our 'my account' page looks like this:
<nav class="header-menu-secondary-nav">
<div class="header-menu-search">
<button class="header-menu-search-link" data-action="show-sitesearch" title="{{translate 'Search'}}">
<i class="header-menu-search-icon"></i>
</button>
</div>
<ul class="header-menu-level1">
{{#each categories}}
<li>
<a class="{{class}}" {{objectToAtrributes this}} {{#if categories}}data-toggle="dropdown"{{/if}}>
{{text}}
</a>
{{#if categories}}
<ul class="header-menu-level-container">
<li>
<ul class="header-menu-level2">
{{#each categories}}
<li>
<a class="{{class}}" {{objectToAtrributes this}}>{{text}}</a>