What is the parameter in the URL to rollback to a ...
# advancedpdf
a
What is the parameter in the URL to rollback to a previous version of an Advanced PDF Template?
c
Check it out of your source control 🙂
(waits for being punched over the internet)
a
NetSuite natively keeps copies of the Advanced PDF Template, each time you save the version number of the template is incremented and you can access a previous version by simply adding
&version=10
to the URL in the Editor view... I was trying to remember if it was
v=
or
version=
it is version.
👍 2
rip spin 1
c
I didn't know that. Thank you
t
Nor did I, is there a way to output how many versions there have been / are?
a
Apparently a lot, I have PDF Templates with over 1000, but never tried to go back to version 10 to see if it stores a reference to very old versions.
c
I've done this a bunch when people go into the system and try to make changes and then wonder what happened. Hardly anyone keeps the PDF code in repos (but you should) so its handy.
m
@Tristan Day you can see the version number at the very bottom of the page
💯 3
t
Thank you @michoel!