To deploy the ‘Enable Features’ using VS codes, follow the steps Created a new VS code project. Create an XML file that contains the features. The features are provided in the <feature> </feature> tags with the <id> and the <status>. If the status is Enabled, then the checkbox for that particular feature will be checked… Continue reading Deploy Features using VS code
Tag: enable features
Advanced Inventory Module Features
Advanced Inventory Module
Disabling Inventory Status Feature
Disabling Inventory Status Feature
Enable features in SCA
Need to get whether a feature in enabled in SCA webstore or not. To check whether the feature us enabled, In suitescript check “SC.Models.Init” and for javascript check the “SC.ENVIRONMENT“. Check whether “payment instrument feature” is enabled or not.
NetSuite standard method to send an email on the save of SO.
This is to find the Standard NetSuite methods to send email to the specified user on saving the sales order.