Are there any useful guides to convert SS1 to SS2?...
# suitescript
p
Are there any useful guides to convert SS1 to SS2? I’m not a hardcore developer but understand code. We’ve got a legacy script that needs updating and improving performance.
k
Not really any useful guides. I am converting and refactoring SS1 to SS2.1 all the time but takes some head work.
s
There is this guide, which is actually pretty useful: https://netsuite.custhelp.com/app/answers/detail/a_id/61040
👀 1
The biggest thing to note is that SS 1.0 had functions for time & date manipulation that don’t exist in SS 2.0, and require the use of a third-party library to achieve the same functionality instead.
👍 1