The ignoreFieldChange property when setting the A/R Account on a Customer Refund record

Using the ignoreFieldChange property when setting the A/R Account on a Customer Refund record in NetSuite depends on your specific requirements and the business logic you want to enforce. The A/R Account field on a Customer Refund record is a crucial field that determines the accounting impact of the refund. It is typically associated with… Continue reading The ignoreFieldChange property when setting the A/R Account on a Customer Refund record

Remove Character Combination from string using JavaScript

To remove a specific character combination from a string in JavaScript, you can use various methods. One way is to use regular expressions with the replace() method. Here’s an example. In this example, the function removeCharacterCombination takes two parameters: ,inputString which is the original string, and combination, which is the character combination you want to… Continue reading Remove Character Combination from string using JavaScript

Best Website Speed Test Tools

1) Site24x7 Site24x7 is a SaaS-based all-in-one monitoring solution for DevOps and IT. Site24x7 website monitor tests a website from global locations, helping you measure a site’s performance as well as reduce it’s downtime. Key Features: Monitor the performance and uptime of websites and other internet services like DNS server, FTP server, REST APIs etc. from 110+… Continue reading Best Website Speed Test Tools

Inventory display

The Inventory Display extension lets you show stock status and available quantity on an item’s Product Details page (PDP). You can customize the behavior for different types of inventory, such as special order or drop ship items. You can also create an additional message to display when an item is low on inventory. This extension… Continue reading Inventory display

Fetch the custom list values to the script

To retrieve the custom list in the script, we can utilize a saved search to fetch the list values and store them in an array. This method is used to get the list values dynamically into the scripts. Here is an example to fetch the custom list ‘Changing Reasons’ whose id is: customlist_price_level_changing_reason. Each value… Continue reading Fetch the custom list values to the script

CSV import – Invalid reference key issue fix

During CSV import sometimes record importing will fail with an error response message like ‘Invalid entity reference key…’This is due to the field mapped to the document row value having different value types. But in some scenarios, the value will look similar to that of the record field.To fix this issue check whether the correct… Continue reading CSV import – Invalid reference key issue fix