Hi All, Is there a way that we can access the SCA ...
# suitecommerce
c
Hi All, Is there a way that we can access the SCA core module functions in the extension? In the older versions we can achieve through _.wrap functions but not sure how can we do through the extension API. Does anyone have idea on this?
s
If you need to access modules from the core bundles (eg to wrap or extend their methods) then you can still do this in your extension if you need to. This hasn't changed.
It's just that we recommend using the extensibility API where possible.