Hi, I am trying to add Manufacturer Country to the...
# advancedpdf
m
Hi, I am trying to add Manufacturer Country to the line items of the PDF template, But the country only shows its ID. For example, China shows CN. The following is my string. <td colspan=”12″><span class=”itemname”> ${item.item}</span><br />${item.description}<br /><span> <#if item.item.countryofmanufacture?has_content>${item.item.countryofmanufacture@label}: ${item.item.countryofmanufacture} </#if> </span> </td> I checked SuiteAnswers Id: 85628, but can’t implement the same in my template and I get errors. Can you please advise where I go wrong?   Many thanks
c
I just had a similar issue but I wasn't trying to get it to it from the item. I added a line level field and sourced it from the item and it came through as free-text instead of the ID.
m
Thank you @creece
I was hoping to source it from the item record and skip creating a new field