I have two questions on SCA development- 1. How d...
# suitecommerce
l
I have two questions on SCA development- 1. How do I make sure that our extension that is itself is a product, will works in and after SCA 2018.1 releases? As I am using 2 Extensibility API Component UserProfile and Layout 2. How could I Implement and Manage the our SCA product for version before 2018.1 i.e 2017.2 (Kilimanjaro) and previous versions.
s
For #1, try to reduce the dependencies from core source code and theme as much as possible. Also, look for any changes made to the source code, periodically.
For #2, you have to implement logic specific to the earlier versions
👍🏻 1