Hi, is there any way to get current bundle version...
# suitescript
t
Hi, is there any way to get current bundle version through suitescript? I used 
runtime.getCurrentScript()
 to get bundle id.
b
i believe thats only availablle in Bundle Installation or SDF Installation scripts
store it somewhere in a script parameter or custom record if you need it elsewhere
t
Thanks, good idea, I've bundle installation script, let me check how can I get the version in that script.
b
you may also want to consider just hardcoding a version number in a custom module that all your scripts use