Impact on the RTC Java Scripting API, when migrating from CLM ver 5 to 6.0.2
Accepted answer
Comments
There is only the attribute customization script API that is official API. There are no changes there. Any other JavaScript API is internal and could change. Especially, since you tag it, there is no official SCM JavaScript API I would be aware of.
Does the RTC come with a standard list of methods and libraries which may change between different versions (from 5.x to 6.0.2)?
They wont really support you with Javascript since there are only few official APIs.
I suggest you:
->To work with the Dojo Framework ABOVE 1.7 (Actual Version on the JTS 1.8.X)
--> This gonna be the biggest difference in future Versions. (There's a LOT deprecated)
-> Get the Data: Use the OSLC (REST) API to get the data you'd need.
--> They have a list of changes.
-> Work with the few official APIs from IBM.
-> Work with native Javascript
That way you wont really walk into big errors/problems, since you use official interfaces.
As far as I know the official methods and libraries are only in Java