This looks like a bug to me… <@U29QCJQF3> Any thou...
# advancedpdf
a
This looks like a bug to me… @michoel Any thoughts?
m
I have a utility function I use to handle NetSuite's true/false wonkiness.
Copy code
<#function isNetsuiteTrue field>
    <#return (field?is_boolean && field) || (field?is_string && field == 'T') >
</#function>
a
Does not look like that works for an Advanced PDF template printing results from a search. I tried all those possible combination and nothing… looks like a bug.
m
netsuite
n
did you sort this @alien4u? If not, have you tried outputting the record to see what is in it, maybe it'll give you a clue? Just a thought ignore me if it's a stupid one 😉