In IOS device how to set the active class selected for the array using the JavaScript

For iOS devices in an array active class will not be selected so the selected option will show only the first option of the array using this Methode we can select the active option from the array the selected values are taking in IOS devices also the issues on the iOS devices are due to… Continue reading In IOS device how to set the active class selected for the array using the JavaScript

How to set the condition for workflow on item fulfillment if the status is shipped to send an email

using this condition, we could set the values in workflow for the old records if status shipped in item fulfillment to send the email.Solution: Added the context called shipped in workflow execution. Added new condition old status not shipped and new status shipped. Condition: Subsidiary (Main) = OX Tools AU And email-sent = F And… Continue reading How to set the condition for workflow on item fulfillment if the status is shipped to send an email

Using workflow how to Tick the “HOLD “checkbox for the AU subsidiary sales orders placed.

When customer in AU subsidiary place order from the webstore the checkbox “HOLD “in the sales order should be checked this can be achieved by using workflow1. create workflow in NetSuite customization workflow new2. select the Felds as required transaction and in sub tabs sales order 3.context select the webstore, event after the submit, and… Continue reading Using workflow how to Tick the “HOLD “checkbox for the AU subsidiary sales orders placed.

How to solve the 404 error in indexing for the blog page due to extension.

The http status of the blog page generates a 404 error when the feature extension is activated to the website. The error is because the new view for the feature section has been added to all layouts.  var layout = container.getComponent(‘Layout’);layout.addChildView(‘Feature.view’, function() {return new FeatureView({ container: container });}); Since the view is required only for… Continue reading How to solve the 404 error in indexing for the blog page due to extension.