In the software testing domain, the terms Use case and Test case are the most important and closely related but intensively different. What is Use Case? In software testing, a use case is a graphic representation of business needs explaining how the end-user will cooperate with software or an application. And the use cases allow us all the… Continue reading Difference Between Use Case and Test Case
Month: February 2023
Smooth Modal Popup Plugin with jQuery and CSS3 – needPopup:
Modal popups are used pretty frequently on the web. Some popular uses of them include driving newsletter sign ups, displaying notifications/alerts, and handling register and login forms.needPopup is a lightweight and cross-browser jQuery plugin which allows to display a responsive, nice clean modal popup with CSS3 powered animations on our web site.How to use it:1.… Continue reading Smooth Modal Popup Plugin with jQuery and CSS3 – needPopup:
How can restrict the updations in the Fields of Shopify using Celigo
Celigo flow is between the NetSuite and Shopify. We can restrict the updations in the fields of the Shopify. when a record is created in the NetSuite and run the flow. Then the value will set in the Shopify. After the creation, any updations happened it will not affect the fields. Please follow the below… Continue reading How can restrict the updations in the Fields of Shopify using Celigo
How to Enqueue the style.css
//Stylesheet and script inclusion function add_theme_scripts() { $theme_data = wp_get_theme(); wp_enqueue_style(‘main-style’, get_template_directory_uri() . ‘/style.css’, ”, $theme_data[‘version’], ‘all’); } add_action( ‘wp_enqueue_scripts’, ‘add_theme_scripts’ );
Configuring Web Fonts on SMT
Go to Commerce > Websites > Configuration Select the website and domain where the theme is activated and click Configure Navigate to the Theme name > Web Fonts subtab To improve page load when web fonts are loaded, check the Load Web Font Scripts Asynchronously box. If required, you can add a font style to the Google Families list. You may follow SuiteAnswer: 92940 Configuring… Continue reading Configuring Web Fonts on SMT
Built-ins for strings used in advanced pdf/html template.
Built-ins for strings used to split the data into fields in advanced pdf/html template. keep_afterRemoves the part of the string that is not after the first occurrence of the given substring. For example:TEMPLATE${“abcdefgh”?keep_after(“de”)}will printOUTPUTfgh keep_after_lastSame as keep_after, but keeps the part after the last occurrence of the parameter, rather than after the first. Example:TEMPLATE${“foo.bar.txt”?keep_after_last(“.”)}will printOUTPUTtxt… Continue reading Built-ins for strings used in advanced pdf/html template.
Electronic Payment batches
Electronic Payment batches – Introduction The Advanced Electronic Bank Payments license allows you to automatically group transactions into payment batches, process payment batches, and schedule when to create and approve payment batches. Prerequisites: NetSuite SuiteApps Licensed Client SuiteApp Active Advanced Electronic Bank Payments license Process bills automatically checkbox enabled – in Company bank detail record … Continue reading Electronic Payment batches
Electronic Bank Payment notification
When we are confident that the payment files are correct, transmit the files to the bank for processing. Once that is completed, we can then send an email notification to payees about the status of the electronic bank payment. After creating payment files and uploading them to the bank’s electronic payment portal, use the payment… Continue reading Electronic Bank Payment notification
Netsuite 2.0 Search filter for SalesOrders created from SCA.
How to get Sales order that are made from SCA (Suite commerce advanced). Extract of a working saved search with source field used as filter.
Configure, Price, Quote(CPQ)
CPQ or configure, Price, Quote is a business toolset that allows for the automatic application of business logic (Pricing, calculation, compatibility, etc.) during a sales transaction. NetSuite CPQ enables sales teams to quickly configure, price, and quote (CPQ) products and services with complete accuracy and reliability—directly in NetSuite.The ability to create 3D product visualizations and… Continue reading Configure, Price, Quote(CPQ)