I am writing an extension that includes a backend model and service controller. In the Extensibility API Reference, there are two classes “SCModel” and “ServiceController”. https://system.netsuite.com/help/helpcenter/en_US/APIs/SuiteCommerce/Extensibility/Backend/list_class.html
I can’t find any documentation on how to use these classes. Are they created with “new” or do we extend from these classes, just like we’ve done in SCA using “SC.Model” and “ServiceController”?
s
Steve Goldberg
04/27/2020, 10:32 AM
They do not appear to be documented correctly or substantially, I will discuss with the TWs today about it. In the meantime, I think it's fine to continue extending the base class.