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.
If condition statement in a sales orderAdvanced PDF/HTML
I am trying to compare a custom filed with the string 1'X1'6"
I am using " for " but it doesn't work. Is this the correct way ?
<#if item.custcol_test == "1'X1'6"" >
<td>1x1.6</td>
<#else><td>----</td>
</#if>
0