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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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