Hello, Is there a way to get the currently running...
# general
r
Hello, Is there a way to get the currently running Release of a netsuite environment using “Advanced PDF/HTML Template” scripting (i.e Freemarker scripting)? Example: The current version running in my sandbox is “NetSuite (Edition: United States) Release 2021.2". Is there a way to get “2021.2” part in this using scripting? Thanks for all the help
b
r
Thanks @battk. I forgot to add in the initial message that I want this information in “Advanced PDF/HTML Template” scripting and not in suite scripting. Is it possible to get this information in freemarker?
b
probably will have to add your own field to the company information (basically a subsidiary field)
use a custom field whose default value is the nlversion
👍 1