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.
Intelligent Payment Automation, powered by BILL (aka Bill.com), lets you automate payments, manage vendor details, and bank account information within NetSuite.
The SuiteApp is available to organizations based in the U.S. with a valid U.S. address, or to global customers (except Canada, China, and Japan) with U.S. business subsidiaries. It only supports payments to vendors operating in the United States.
For more information, visit this thread.
How do you format tags like <NLCARTLINKHTML>
This is probably a basic question, but I've searched and searched and can't figure it out.
How do you format web tags such as <NLCARTLINKHTML>? I'm use to being able to use something class or ID and CSS, for example <a class="Example" href="cart.html">, then in CSS putting a.Example:link a.Example:visited a.Example:hover a.Example:active - How do I setup <NLCARTLINKHTML> so that it will look different when someone is hovering over the link.
Also, I've tried using <%=getCartLinkHtml()%> and <%=getCartURL()%> within <a> tags with no luck. I thought I could do something like <a class="example" href="<%=getCartURL()%>"> but NetSuite doesn't like that. I've also tried <a class="example" href="%=getCartURL()%">, NetSuite doesn't like that either.