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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Header issues
I am trying to get a header for a list on a custom Record. The list shows but the header does not. I think I have gone blind looking at these same couple lines over and over. Any help would be appreciated
' <#if customtransaction_consolidatedinvoice.line?has_con tent>'+
' <table style="width: 100%; margin-top: 10px;"><!-- start items --><#list customtransaction_consolidatedinvoice.line as line><#if list_index == 0>'+
' <thead>'+
' <tr>'+
' <th align="center" colspan="3" style="padding: 10px 6px;">Account</th>'+
0