The SuiteCommerce / SCA / SCMA release notes are n...
# suitecommerce
s
The SuiteCommerce / SCA / SCMA release notes are now available: https://netsuite.custhelp.com/app/answers/detail/a_id/96455. The SCA compatibility matrix has been updated to include them: https://developers.suitecommerce.com/suitecommerce-advanced-feature-compatibility-matrix.html
👍 4
d
@Steve Goldberg In the compatibility Matrix I see Backbone.View, Model Deprecated. Does that mean we'll need to modify the 2020.1's extensions to use the latest extensibility API. Is 2020.2 version a hard-stop for usage of Backbone modules? Thanks in Advance!
s
Deprecated means that you should start introducing it and migrating your code. You need to be mindful that the new classes are obviously not backwards compatible (to a point) so if you maintain an extension that spans many versions, you may need to branch the new version off or deprecate an older version, for example.
But yes, short answer is that you should start using them if possible
The extensibility API docs has examples for almost of them and I have a page on migrating to SCModel
d
@Steve Goldberg Makes sense. Thanks for the input. Could you please share the doc link here?
d
Thank You! @Steve Goldberg that helps