Requirement:On the SCA website, the shipping address can be edited from the my-account and checkout sections.Hide the edit option for the shipping address from my account and checkout section. Solution: Created an extension for the functionality In the extension, extended the “AddressDetailsView“ file for disabling the buttons “Edit“ and “Remove“ in the Address cell. Modified… Continue reading Extension to Remove Edit Option From Shipping Address Field
Month: April 2023
Resolve the error: ‘npm/gulp is not recognized as an internal or external command operable program or batch file’ while running npm and gulp commands through Visual Studio
To resolve the issue follow the steps: 1.Make sure that you have node installed on your computer 2.Copy the folder path of the nodeC:\Program Files\nodejs\ 3.Change settingsGo to Control Panel -> View advanced system settingsIn the Advanced tab -> click on Environment variables Under System variables, click on Path and then click on Edit as… Continue reading Resolve the error: ‘npm/gulp is not recognized as an internal or external command operable program or batch file’ while running npm and gulp commands through Visual Studio
How to Change default Netsuite Inventory status?
How to Change default Netsuite Inventory status?
Restarting your laptop has several purposes
Restarting your laptop has several purposes, including: To fix software issues: Restarting your laptop can help fix software issues such as freezes, crashes, or other errors that may occur due to conflicts or memory leaks. To clear memory: When you use your laptop for an extended period of time, memory can become fragmented, which can… Continue reading Restarting your laptop has several purposes
Endurance Testing
Endurance testing is a non-functional sort of software testing in which a software is tested under heavy load for a long period of time in order to assess how the software will behave when used continuously. The main goal of endurance testing is to make sure the application can manage increased load without seeing any… Continue reading Endurance Testing
Search for map reduce script from a single record
here the data fetched from a single record which is sales order search created should be data to be fetched in map stage
Contract acceptance testing
Contract acceptance testing is a process of testing whether a software system meets the requirements specified in a contract or agreement between two parties. This type of testing is usually performed by the customer or client who has entered into a contract with a software development company to build a custom software application. The purpose… Continue reading Contract acceptance testing
How NetSuite Financial Module Can Help Big Organizations and How it help CFOs
Multi-turnover companies have a complex financial structure that requires an accounting system capable of handling their financial operations efficiently. The NetSuite financial module can help such companies manage their financial transactions, automate their accounting processes, and provide real-time financial insights. The following are some of the ways the NetSuite financial module can be used in… Continue reading How NetSuite Financial Module Can Help Big Organizations and How it help CFOs
How to make cold calls interesting?
Research your prospect Before making the call, research your prospect’s business and industry. This will help you understand their needs and pain points, and tailor your pitch accordingly. Ask open-ended questions Rather than launching into a sales pitch, start the conversation by asking open-ended questions about your prospect’s business challenges. Be conversational Avoid sounding like… Continue reading How to make cold calls interesting?
Add a javascript to the website’s tags for SuiteCommerce
Go to SMT of the website. Edit the page where the head tag needs to be added. Add script to “Add to <head>” via SMT enhance page Note: It only adds it to the individual page’s <head> tags and not to the general website’s. So add in header or footer section. The field in the… Continue reading Add a javascript to the website’s tags for SuiteCommerce