Hi everyone, I’m trying to extend the Case backend...
# suitecommerce
u
Hi everyone, I’m trying to extend the Case backend model in SuiteCommerce, which has been migrated to SuiteScript 2.0. I haven’t found a straightforward way to extend this backend model using the SCA extension framework. I attempted a workaround by copying the relevant logic from the core SCA module into a custom SuiteScript file. This resulted in Case.Model being available in ssp-libraries-ext.js, allowing me to override the behavior. Since it’s not extending core it will miss future updates. Has anyone successfully extended backend models like Case.Model using the extension framework in a clean and maintainable way? Or is there a recommended pattern for doing this now that it’s in SS2.0? Any guidance would be appreciated! Thanks
r
PM
thankyou 1