Hi!
I am trying to update the advanced pdf/html form if a record in NetSuite is checked with a checkbox. My hope is that if the custom record is checked on the record, then XYZ will show up on the pdf.
I have tried a plethora of combinations including...
<#if record.custX = true >
<#if record.custX = "T">
<#if record.custX = "Yes">
<#if record.custX == true >
<#if record.custX?string("true", "false") == "true">