Step 1: Develop An Extension Create an extensions directory where you can store your custom module. Depending on your implementation, this directory might already exist. If you’re patching SCA 2019.1 and earlier, create the extensions directory in the Modules directory. If you’re patching SCA 2019.2 and later, create the extensions directory in the directory where the module… Continue reading Patch Using Extend Mode
Month: April 2025
Automated Shipping Cost Application Based on Country and Order Value for Sales Orders
This article outlines the implementation of a user event script that automatically applies shipping costs based on the shipping country and order subtotal during the creation or update of Sales Orders in NetSuite. To ensure consistency and compliance with regional shipping policies, the script dynamically sets the custbody_jj_custom_shippingcost field with the appropriate freight charge based… Continue reading Automated Shipping Cost Application Based on Country and Order Value for Sales Orders
Prevent Free Shipping When a Handling Fee is Applied
We need to add the following code : try { _.extend(OrderWizardModuleShipmethod.prototype, { getContext: _.wrap(OrderWizardModuleShipmethod.prototype.getContext, function (fn) { const context = fn.apply(this, _.toArray(arguments).slice(1)); … Continue reading Prevent Free Shipping When a Handling Fee is Applied
Setting Up Personalized Catalog Views
To use PCV in your web store: Determine the customer segments and item segments you require for your web store. Create customer segments – see Defining Customer Segments. Create item segments – see Defining Item Segments. Enable the Personalized Catalog Views feature – see Enabling Personalized Catalog Views Ensure that the people working with PCV have the correct… Continue reading Setting Up Personalized Catalog Views
What is a Sticky Post?
A sticky post is a special WordPress feature that keeps a post pinned to the top of post lists — both in the admin view, on the frontend, and even in REST API responses unless explicitly excluded. https://example.com/wp-json/wp/v2/posts WordPress includes sticky posts first before returning the rest sorted by publish date (default order is date… Continue reading What is a Sticky Post?
How to edit or delete a report schedule
To edit a report schedule: Go to Reports > Scheduled Reports > Report Schedules. On the Report Schedules page, locate the report schedule you would like to edit and click Edit. Edit the existing report schedule’s Recipients, Message, Attachments, and Audit Trail tabs associated with the report. Click Save. To delete a report schedule: Go… Continue reading How to edit or delete a report schedule
SSH Keys for SFTP
You can use SSH (secure shell) keys when establishing an SFTP connection using the N/sftp SuiteScript module. By using SSH keys, you can manage files and directories using the SSH file transfer (SFTP) protocol. For more information, see N/sftp Module and Supported Cipher Suites and Host Key Types. Your SSH keys are private and NetSuite stores them securely.… Continue reading SSH Keys for SFTP
Commonly Used Template Tags in WordPress
WordPress offers a plethora of template tags for diverse functionalities.
Steps to follow the Standard vendor payment functionality even if the ‘In-Transit Payment’ feature is enabled
Steps to follow the Standard vendor payment functionality even if the ‘In-Transit Payment’ feature is enabled in the enable features. First, need to uncheck the checkbox Use In-Transit Vendor Payments By Default on 2 pages. Navigation Accounting Preference Navigation: Setup>Accounting>Accounting Preferences ( Under General subtab) In Subsidiary Setup>Company>Subsidiary Under Preferences Then, we need to inactivate… Continue reading Steps to follow the Standard vendor payment functionality even if the ‘In-Transit Payment’ feature is enabled
Remove SAML Access to NetSuite
There are multiple ways to remove SAML single sign-on access to NetSuite. Either of the following actions removes SAML access to NetSuite for a user or group of users in your account: Removing the SAML Single Sign-on permission from the users’ roles. In extreme cases, editing the users’ employee records in NetSuite to make them… Continue reading Remove SAML Access to NetSuite