Solve TypeError: arr.WriteUint16BE is not a function while setting up local for kilimanjaro sca version.

Description :After NPM install , While running kilimajaro version locally, error noticed as given below.TypeError: out.writeUint32LE is not a functionSolution:After fetching Goto node_modules/gulp-ttf2woff folderRun this command on the terminal: npm install ttf2woff@2.0.2Then go to: node_modules/gulp-ttf2eotRun this command: npm install ttf2eot@2.0.0

How to resolve issue unable to apply custom field in the forms

If you are unable to apply a custom field in the forms in NetSuite, here are some troubleshooting steps you can follow: Check if the custom field is enabled: Make sure that the custom field you are trying to apply is enabled in NetSuite. You can check this by going to Customization > Lists, Records… Continue reading How to resolve issue unable to apply custom field in the forms

360 degree PDP image Rotation

Description: Enhance the Product Display Page (PDP) of a website by adding a 360-degree image view feature, allowing customers to view products from all angles for a more immersive and interactive shopping experience. Solution: I checked the possibilities to enhance the Product Display Page (PDP) of a website by adding a 360-degree image view feature. For that first… Continue reading 360 degree PDP image Rotation

How to resolve issue unable to apply custom field in the forms netsuite

If you are unable to apply custom fields in forms in NetSuite, you can try the following steps: 1. Check your NetSuite permissions: Make sure that you have the appropriate permissions to create and edit custom fields. Check with your NetSuite administrator if you’re not sure. 2. Ensure the custom fields are added to the… Continue reading How to resolve issue unable to apply custom field in the forms netsuite

How to avoid dropdown menu to close menu items on clicking inside

By default, most dropdown menus will close when you click inside the menu. However, if you want to prevent the menu from closing when you click inside, you can use the following steps: 1.Add an event listener to the menu items: Use JavaScript to add an event listener to each menu item in the dropdown menu.2.Stop… Continue reading How to avoid dropdown menu to close menu items on clicking inside

How to use strict mode.

Strict Mode is a new feature that allows you to place a program, or a function, in a “strict” operating context. This strict context prevents certain actions from being taken and throws more exceptions. how to use: Being a scripting language, sometimes the JavaScript code displays the correct result even it has some errors. To… Continue reading How to use strict mode.

While customer is registered , get the domain name in the backend and set the  domain field created.

Description: This was my previous task . While customer is registered , get the domain name in the backend and set the domain field created.So, we can understand the website from which website the customer is registered.  Solution: 1. First i created new extenstion Customer Record Extension. . 2. The extension requires only a suitescript file and a… Continue reading While customer is registered , get the domain name in the backend and set the  domain field created.

Title : Looping Horizontal Scroll:

Description: Horizontal scrolling is a page navigation method in which the user scrolls left and right to reveal content from the sides of the window or container.The scroll wheel causes the page to move horizontally across the screen rather than vertically. How to use:In this example, I’ve created a <div> container element with a width of 500… Continue reading Title : Looping Horizontal Scroll: