Check the sender: If the sender is unknown or if the email address seems suspicious, it could be a phishing email. Verify the sender’s email address and domain to ensure that it is legitimate. Analyze the email content: Check for any grammar or spelling errors, odd formatting, or any unusual requests. If the email contains… Continue reading How an employee in an organization can determine whether an email is a threat or not?
Month: May 2023
How to verify if the Field ID to be used in SuiteScript is correct?
How to verify if the Field ID to be used in SuiteScript is correct?
Update landed cost in item receipt based on CSV data using Map/Reduce Script.
The csv file should like shown as below. The following code is given in getInputData(). The internal id of the csv file is given as id in file.load. let file1 = file.load({id: 1116983}); let fileContents = file1.getContents(); log.debug(“contents”,fileContents) … Continue reading Update landed cost in item receipt based on CSV data using Map/Reduce Script.
Adding equivalent item on logo option selection
If customer selects personalization color in the company information section and a no logo, or black & white logo, add $90.
Swipeable Card Design using Swiper JS
Here is an example for Swipeable Card Design using swiper js. For swipeable Card design needs div with classes swiper,swiper-wrapper and swiper-slide respectively.Content that is to displayed inside the card must be included in the div with class “swiper-slide”.In this example,5 cards are displayed .Therefore five div with class “swiper-slide” is used.Height and weight of… Continue reading Swipeable Card Design using Swiper JS
Date Manipulation with the addWeekToDate Function in FreeMarker
To simplify this process, a custom function called addWeekToDate can be implemented. This article will explore the addWeekToDate function, its implementation, and its usage within an EFT template. Understanding the addWeekToDate Function: The addWeekToDate function takes an input date and returns a new date that is one week ahead. Let’s break down the implementation step… Continue reading Date Manipulation with the addWeekToDate Function in FreeMarker
Outsourced Manufacturing
Outsourced manufacturing helps customers manage their subcontracted manufacturing processes by purchasing outsourced assembly production from vendors. To enable outsourced Manufacturing: Go to> Setup> Company> Enable Features Enable the below-mentioned features: Purchase Orders – Transactions subtab, Basic Features section Advanced Receiving – Transactions subtab, Shipping & Receiving section Multi-Location Inventory – Items & Inventory subtab, Inventory section Assembly Items… Continue reading Outsourced Manufacturing
Some of the key considerations before creating an extension in SCA
1. Provide a proper name and description for the extension. 2. Select all sections (shopping, my account, checkout) if required. Otherwise, select the required option based on the requirement. 3. Select only the required files. If you accidentally select any unwanted files while creating the extension, remove the folder after creating the extension. eg: Here… Continue reading Some of the key considerations before creating an extension in SCA
AE Automated Emails
Bundle Purpose: The purpose of this bundle is to provide an easy way to send different transactions to specific and additional email addresses automatically. we can set the field on the customer or supplier record to use and additionally included contacts that will receive copies of the transactions. We can set different email templates per… Continue reading AE Automated Emails
Warning banner on the sales order record when Re-print Picking Ticket
To show a warning banner message on the sales orders record when a user opens a sales order that has a Picking Ticket generated within 24hrs, use the below-added code in the user event script ‘beforeLoad’ entry point.