Hi! I am trying to update the advanced pdf/html fo...
# general
k
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">
n
Maybe start by outputting the field value to see what you're looking at in terms of T/True/true/"true"
Also maybe try in the #C466X49JB channel someone may already know the answer.