Hi All, I'm looking for a way to extend a property...
# suitecommerce
n
Hi All, I'm looking for a way to extend a property for an AMD module. Specifically, I want to extend and change the URL of an
SCCollection
. I've tried using the usual extend methods, but since the URL is a private property inside the constructor, I haven't been successful. I'm also considering extending the whole constructor. Does anyone have any advice on how to achieve this? https://system.netsuite.com/help/helpcenter/en_US/APIs/SuiteCommerce/Extensibility/Frontend/SCCollection.html
c
If you can give some more context, I might be able to suggest a solution. Backbone is pretty flexible.