Duplicate Record Detection

The Duplicate Detection & Merge feature helps you identify duplicate records within NetSuite account and consolidate the information from them into a single record. To enable this feature, navigate to Setup > Company > Enable Features > Company subtab > Data Management section. Then, we need to setup the Duplicate Detection by navigating to Setup > Company… Continue reading Duplicate Record Detection

How to Reset Password in NetSuite

Changing passwords regularly puts another layer of security and minimizes the risk of unauthorized access. 1. Go to Settings Portlet and click Change Password. 2. Enter current NetSuite password and new NetSuite password.  Note: As you type, the Password Criteria fields provide feedback, ensuring that the password you enter meets the criteria shown. 3. Confirm new password then… Continue reading How to Reset Password in NetSuite

Remove a Configuration Option

This example uses the remove action to remove an option for a property. When you deploy this customization, the JSONPath query searches for the addToCartBehavior property’s enum array. This modification removes the showMiniCart option in the user interface. Copy { “type”: “object”, “modifications” : [ { “target”: “$.properties.addToCartBehavior.enum[?(@ == ‘showMiniCart’)]”, “action”: “remove” } ] } After deploying this modification, the code… Continue reading Remove a Configuration Option

Add a New Default Property to an Array

This example uses the add action to introduce a new property to the object describing a resultsPerPage option. When you deploy this customization, the JSONPath query searches for the resultsPerPage.items property whose value is 12 per page. This example modification then adds newProperty to the array. Copy { “type”: “object”, “modifications” : [ { “target”: “$.properties.resultsPerPage.default[?(@.items == 12)]”, “action”: “add”, “value”:… Continue reading Add a New Default Property to an Array

Zigbee Protocol

The Zigbee protocol is an open wireless specification created by the Zigbee Alliance that standardizes how low-power wireless IoT networks can communicate securely and reliably. Zigbee Standard: The Zigbee Alliance developed the Zigbee standard by adding a network layer, a security layer and an application framework on the top of IEEE 802.15.4 standard. Zigbee 3.0:… Continue reading Zigbee Protocol

Published
Categorized as Robotics

LoRa WAN & NB-IoT

As the Internet of Things (IoT) continues to revolutionize the way we connect and interact with our devices, there are a number of network options on which to build smart solutions. The leading low power wide area networks (LPWANs) are LoRaWAN® and narrow band IoT (NB-IoT). Developed for long range communication between devices and the… Continue reading LoRa WAN & NB-IoT

Published
Categorized as Robotics

Commutation in BLDC Motors

BLDC motors do not use brushes for commutation. Since the coils are static, there is no need of a mechanical commutator to energize the windings. Instead, the commutation is done electronically, usually via a microcontroller unit and semiconductor switches. Electronic commutation consists of a series of steps where current from an external drive circuitry is… Continue reading Commutation in BLDC Motors

Published
Categorized as Robotics

Understanding the Functionality of a Commutator in Electric Motors

A commutator itself is a split rotary ring, typically made of copper, with each segment of the ring attached to each end of the armature coil that is used in some types of electric motors and electrical generators whose job is to periodically reverse the current direction between the rotor and the external circuit. The… Continue reading Understanding the Functionality of a Commutator in Electric Motors

Published
Categorized as Robotics

Process of Installing the Dashboard Tiles SuiteApp

Scenario: To install the Dashboard Tiles SuiteApp: Solution: Go to Customization > SuiteBundler > Search & Install Bundles. On the Search and Install Bundles page, use the following information to search for the SuiteApp: Bundle Name: Dashboard Tiles Bundle ID: 185219 Click Dashboard Tiles to display its Bundle Details page. Click Install. If asked, indicate your agreement to allow NetSuite to… Continue reading Process of Installing the Dashboard Tiles SuiteApp

Permissions to Use Dashboard Tiles

Scenario: Granting Permissions to Use Dashboard Tiles When Dashboard Tiles is installed, the dashboard tiles custom record becomes available. The following table lists the permissions required to access the dashboard tiles custom record. Custom Record : Dashboard Tiles Minimum Permission Level : View Maximum Permission Level : Full