Hi. Does anyone know how to add created date of tr...
# suitescript
r
Hi. Does anyone know how to add created date of transaction in pdf/html template?
b
depends on the context, different record types have different fields available to them
if you dont know the ids of the fields, i advise using the template editor in the ui
r
I tried to use ui editor, there is no created date field
b
id make one attempt to try the internal id of the field in suitescript (
createddate
)
if that doesnt work, you will have to use N/render yourself to add your own data source
r
Ok, thank you