How to create a collapsible section with CSS and JavaScript.

A Collapsible Section makes a section, or group of fields, collapsible. It is useful when there are several sections in your form and you want them to take up less vertical space. Create A Collapsible Section Step 1) Add HTML Example Code: <button type=”button” class=”collapsible”>Open Collapsible</button> <div class=”content”>   <p>Lorem ipsum…</p> </div> Step 2) Add CSSStyle the accordion: Example… Continue reading How to create a collapsible section with CSS and JavaScript.

Proposal For Adding a Button Link to Paystand payment In the Checkout process

Requirement: “When the customer is checking out, check the possibility of adding a pay now link using PayStand.  We have already submitted a proposal for adding a Pay-now link in invoice records on the website, which is attached to this task. Please check that also.”  Our Solution  We have found two possibilities for adding the “Pay… Continue reading Proposal For Adding a Button Link to Paystand payment In the Checkout process

Using Suitescript, resolve splitting of single data into multiple columns in csv file when there are comma (,) and quotes (“) included in the data.

Consider the value inside variable data as “30″ PVC, 10-meter pipe”. There is a chance of splitting it into “30″ PVC” in one column and “10-meter pipe” in another column. This issue will still persist even after using JSON.stringify. To resolve this, refer the code below.

Adding a subtab in a Customer Record and add a custom record under the subtab.

To add a sub tab in a record Navigate to Customization>Forms>subtabs>New. Click the subtab for the type of record where you want to create a new subtab: Transaction, Entity, Item, or CRM. This method of creating custom subtabs enables you to quickly create multiple subtabs for a specific record type. You cannot, however, specify your own script ID from… Continue reading Adding a subtab in a Customer Record and add a custom record under the subtab.

Bulk Upload Of Files To The File Cabinet

Create a Zip file with all the files needed to be uploaded to the Netsuite filecabinet. Go to file cabinet and click Advanced Add. To upload a .zip file, in the Zip Archive to Add field, click Choose File, and then find the file you want to upload to NetSuite. Click Open. In the Character… Continue reading Bulk Upload Of Files To The File Cabinet

Suite Tax Prerequisites

SuiteTax is a configurable tax engine that delivers end-to-end global tax management. Finance teams can effortlessly generate detailed reports, analyzing transactions down to line-item tax details in real time. SuiteTax simplifies global tax compliance, saving time, reducing costs, and eliminating manual calculations. NetSuite’s built-in tax logic automates determinations of taxability and calculations on every transaction,… Continue reading Suite Tax Prerequisites

Jenkins – Installation

The official website for Jenkins is Jenkins. If you click the given link, you can get the home page of the Jenkins official website as shown below. By default, the latest release and the Long-Term support release will be available for download. The past releases are also available for download. Click the Long-Term Support Release tab… Continue reading Jenkins – Installation

Ranorex GUI Test Automation Tool

What is Ranorex? Introduced to the market in 2007 by Ranorex GmbH, an Austrian software development company, Ranorex Studio is a commercial Windows GUI test automation tool that provides testing for desktop, web, and mobile apps. Ranorex doesn’t use any specific scripting language, it is built on Microsoft’s .NET platform. The framework supports standard programming… Continue reading Ranorex GUI Test Automation Tool

BigCommerce – Catalog API and GraphQL

Catalog API  The Catalog refers to a store’s collection of physical and digital products. The Catalog includes all the information about a product such as MPN, warranty, price, and images.  The term “Catalog” refers to the collection of virtual representations of an e-commercemerchant’s saleable products, stored within the BigCommerce platform. The catalog domain also encompasses… Continue reading BigCommerce – Catalog API and GraphQL