if your’e in a record based template can you `#lis...
# advancedpdf
g
if your’e in a record based template can you
#list
iterate over
record.links
? In addition to
record.item
r
As in, links to items from an item listing on, say, a Sales Order record?
g
message has been deleted
👍 1
there was a suitelet involved so i added the links in via
addCustomDataSource
(in addition to the
addRecord
that was already present). Because of this the data field i wanted (
links[].trandate
) wasn’t seen as a date but
nsformat_date
to the rescue. but still seems unnecessary 🤷🏻‍♂️