Does anyone know what the improper syntax is here?...
# suitescript
e
Does anyone know what the improper syntax is here? I'm trying to get a field to pull from an estimate and print on a custom PDF
c
.record looks weird. Are these custom records? If you're trying to get the ID use .internalid
s
By the looks of it, that is a custom transaction line field, so you’d probably need to use it from within the
item
list table, and would reference it as
item.custcol_banyan_est_case_length_in
customer header fields would be referenced as
record.custbody_*
e
yes thank you. It was ${item.
that fixed it
with a deletion of the suffixed .record