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.
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