hi all has anyone found a way to access the record...
# suitescript
t
hi all has anyone found a way to access the records in a multiple select in freemarker (advanced pdf)? I have a mutliselect field sourced from a record so i thought it would be something like
Copy code
<#list record.multiselectfield as myItem>
       ${myitem.name}
    </#list>
but this comes up with this error "Expected an extended hash, but this has evaluated to a hash+string" if I just print the ${record.multiselectfield} I get a string list of all the records in the multiselect. Has anyone got any ideas?