michoel
<#function isNetsuiteTrue field> <#return (field?is_boolean && field) || (field?is_string && field == 'T') > </#function>