I've been asked to not print dollar signs on an in...
# advancedpdf
r
I've been asked to not print dollar signs on an invoice item lines, but I think it ought to have two decimals places after the dot. If I attach a JSON object, it drops the
.00
and no dollar sign but if I use
${record.item.amount}
, for example, it has the dollar sign and two decimal places. Does anyone know exactly what's going on here? It seems like the NetSuite Advanced PDF editor is formatting non-custom object fields. I'm guessing I probably want to format the
.00
in my suitelet. I would also be happy if someone knew how to make NetSuite not add the dollar sign.