Kobiton

Kobiton is a cloud-based mobile device testing platform that enables developers and testers to perform automated and manual testing on real devices in the cloud. It provides a range of features that help to streamline the mobile testing process and ensure the quality of mobile applications. One of the key features of Kobiton is its… Continue reading Kobiton

Google Bard AI – Is It Right For Your Business?

Google Bard AI is an artificial intelligence chatbot that uses the company’s LaMDA language model. It is designed to answer questions and queries in a conversational manner, rather than just providing search results.  It’s wired into the web and can access a wide variety of knowledge.  Unlike some other AI chatbots, Bard is designed to… Continue reading Google Bard AI – Is It Right For Your Business?

Users Required to Re-enter Credit Card Payment Method Details on Payment Page

Users Required to Re-enter Credit Card Payment Method Details on Payment Page In some cases, users making a purchase must re-enter credit card payment method details on the payment page to successfully place an order.Note:  Extend the OrderWizard.Module.PaymentMethod.Creditcard.js File This step explains how to extend the OrderWizard.Module.PaymentMethod.Creditcard.js file, which is located in the OrderWizard.Module.PaymentMethod@x.y.z module. You can… Continue reading Users Required to Re-enter Credit Card Payment Method Details on Payment Page

Inactivate Chart of Accounts > Error

When users try to inactivate an account, the users will be prompted with an Error message“Activation(s)/Inactivation(s) did not succeed. Please check & try again.” In order to Inactive a Chart of Account, you may perform the following: 1. Uncheck the Use Account Numbers checkbox in Setup > Accounting > Accounting Preferences page under the General tab. Once this has been disabled, users can… Continue reading Inactivate Chart of Accounts > Error

Scheduling a Report

When viewing a report, you can click Schedule in the footer of the report to create a schedule to automatically email the report. Schedules can be created for standard and saved reports and can be sent to other users. Clicking the Schedule button opens the Schedule Report page where you can select recipients, enter a… Continue reading Scheduling a Report

Comparison between the Manufacturing 3 editions

Work Orders & Assemblies :- works best for companies who light assembly but don’t need to track work in process or labor separately WIP & Routings:-  adds the ability to define work centers, routings, track labor costing, infinite capacity scheduling and provides a Gantt chart with drag-and-drop functionality. Advanced Manufacturing:- for those looking for complete control… Continue reading Comparison between the Manufacturing 3 editions

Working with ES6

ES6 functions are only detected in the version 2.1 suite script.Eg: filter(), find() etc. So, while writing library scripts maximum avoid using ES6 functions to avoid errors in other scripts which use this library.

Customer-Scheduled Maintenance

We can now choose a new date and time for some types of planned maintenance for our account with NetSuite that best suits our business. Numerous maintenance types will be made available for scheduling over the course of the following several major releases. The only users who can use the Customer-Scheduled Maintenance feature are the… Continue reading Customer-Scheduled Maintenance

JavaScript Closure

Perhaps without realizing it, almost every JS developer has made use of closure. In fact, closure is one of the most pervasive programming functionalities across a majority of languages. It might even be as important to understand as variables or loops; that’s how fundamental it is. Yet it feels kind of hidden, almost magical. And… Continue reading JavaScript Closure