Hi. Does anyone know how to add created date in pd...
# general
r
Hi. Does anyone know how to add created date in pdf/html template?
i
Hi @Rodion Assuming that you have in your invoice form a date field where the invoice date is entered and whose id is "trandate", you create a transaction body field in which you retrieve the date using a formula SQL (see figure 1) Once rendered in the HTML form of the invoice, you therefore retrieve the content of your custom field with the formula
${record.custbodycurrentyear}
in fact "trandate" is the default id of the date record in the Netsuite Data base
l
Just want to add though that Transaction Date may be different from Created Date. It might be safer to use the Created Date if that's what you're really looking for.