Hello, Can i extend the modules of SCA core modul...
# suitecommerce
s
Hello, Can i extend the modules of SCA core module inside extension in SCA 2021.1 ?
s
No
Well, you could but it's not recommended
s
Thanks Steve. Does Extensibility api has the ability to extend other files like ProductLine.Stock.View.ts or any other ?
And is there any blog post available on suitecommerce website which elaborates about creation of custom components like PLP and PDP ?
s
No and no. A central tenet of the extensibility framework is that all customisations are layered on top of the core code. Modifying the core code should be avoided, and may eventually be actively blocked.
As for creating your own components, that's very ambitious of you. There's no documentation or blog post on it because we never really expected people to want to do it. I think the only thing we have is the code itself, so you'll have to look at how we create our own components
c
16 years of dev work taught me....
😆 1
s
Thanks Steve. Just curious to know, what if a client comes up with peculiar changes that need SCA core code to be modified (as i asked previously), so what should be done in such scenario. If NS may actively block the core source code, will they provide more features in Extensibility api ?
s
If you need to make changes to the core code, you would make them in the SCA core code. That's the benefit of having SCA over SC