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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Get Customer Center URL
I am working on an existing SiteBuilder web site and on the pages that are built with advanced HTML there is a footer that is defined by a macro. I am trying to create a link to the customer center using the format below, but this only seems to work on pages that are not advanced HTML pages. Does anyone know how to generate this same URL on advanced pages?
<a href="<%=getCustomerCenterUrl()%>">My Account</a>
0