What is Google Apps Script . . . Google Apps Script is a scripting platform developed by Google for light-weight application development in the Google Workspace platform. Google Apps Script was initially developed by Mike Harm as a side project whilst working as a developer on Google Sheets. It is based on JavaScript 1.6, but… Continue reading Google Apps Script
Month: May 2021
Sales campaigns
sales campaign
Display exact product path in PDP
The breadcrumb displays the exact path of the product(including the category) only if the PRIMARY CATEGORY checkbox is checked inside the Commerce category record in Netsuite. If the PRIMARY CATEGORY checkbox is not checked for the items inside the Commerce category record, then the path of the PDP page will be “Home/ Product name”. An… Continue reading Display exact product path in PDP
Case Pack
The customer has to order in even numbers of 2s.
the quantity needs to be updated to the latest number which will satisfy the condition.
Tax free items invoice extension
Extension that allows the user to make the invoice items tax free by uploading tax exemption certificate. Javascript Service controller SC Model Template
Customer Deposit PDF Print
Make a Custom Button in Customer Deposit Record And Clicking on the Button it will Render a Advanced Pdf Template User Event Script For Button Creation Client Script For UE Function Triggering Suitelet For Pdf Rendering
Optimizing images for Advanced PDF templates in Netsuite
Netsuite has a data limit of 15Mb (current limit, may be revised in future) for file transfers, so it is recommended to optimize the assets that will be included while a new advanced template is created since PDF templates can use pretty large and graphics-intensive files/images. Note: Netsuite may or may not throw a data… Continue reading Optimizing images for Advanced PDF templates in Netsuite
Finding Text Similarity using Python
Cosine similarity is a measure of similarity between two non-zero vectors of an inner product space that measures the cosine of the angle between them. Similarity = (A.B) / (||A||.||B||) where A and B are vectors. nltk.tokenize: It is used for tokenization. Tokenization is the process by which big quantity of text is divided into… Continue reading Finding Text Similarity using Python
Cart lines view
Display the UI of cart lines different from the default SCA UI. The cart lines are displayed different in Desktop and Mobile views. Cart lines tpl Cart lines scss
Add File Content In The Email
This script is used for creating an email that has file cabinet file content in the email body. when the user clicks a button in the sales order the mail should send to the particular user.