Hello All, I am using SCS i.e SuiteCommerce Standa...
# suitecommerce
l
Hello All, I am using SCS i.e SuiteCommerce Standard, In One of my SCS extension I need to use *"*Backend Application.on('before:LiveOrder.addLines') event*",* Do NetSuite Recommend to use this event? Is it good Idea to use in Custom Extension? Need input on this. Below is the code sample
Copy code
Application.on('before:LiveOrder.addLines', function (line){
		ModelsInit.context.setSessionObject('isApiCalled', true);
	});
s
It’s not officially approved but it’s pretty stable