Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Simple Java question
I am trying to make a conditional attribute list:
<script language='JavaScript'>
if ("<%=getCurrentAttribute('item','custitemwatts')%>"!="") document.write("<tr><TD width="90" height="16" align="center" valign="middle" nowrap bgcolor="295281"><font color="#FFFFFF">Wattage <%=getCurrentAttribute('item','custitemwatts')%></font></TD></tr>");
</script>
This does not work!
I think you can see what I am trying to do - make a conditional attribute appear subject to it not being = null. I am trying to make the table grow or shrink dependent upon the number of attributeds that exist for a given item. I do not want to make a fixed size table and have blanks.