Hello all, i have a question about adding a field ...
# suitescript
h
Hello all, i have a question about adding a field in Advanced Pdf template please. I'm working on Return Authorization template and want to add Ship Date field which is on its related Sales Order record. How should i add that in the source code? Thanks so much
b
you can add a custom field that uses sourcing to source the shipping method
then use that field in your template
otherwise the suitescript solution is to add a data source using TemplateRenderer.addRecord or TemplateRenderer.addCustomDataSource
h
@battk awesome, i decided to go with creating a custom field. Thanks so much :)