An assembly item is an inventory item made of several components, but identified as a single item. This type of item lets you define the members of an assembly and to separately track both the component items and the assembled items in inventory. For each assembly build, the assembly item stock level increases and the… Continue reading Assembly Build and Assembly Unbuild
Author: Neena K
Preview Website Email Templates
This functionality shows you what the selected website email will look like to a web store customer. If you have multiple websites in your account or multiple languages defined in the email template, you can quickly see what the email will look like when sent in different languages from different websites. Depending on the type… Continue reading Preview Website Email Templates
Payment Email sending script for Customers without Terms
/** * @NApiVersion 2.1 * @NScriptType UserEventScript */define([‘N/email’, ‘N/record’, ‘N/render’, ‘N/runtime’, ‘N/search’], /** * @param{email} email * @param{record} record * @param{render} render * @param{runtime} runtime * @param{search} search */ (email, record, render, runtime, search) => { const afterSubmit = (scriptContext) => { try { if (scriptContext.type === scriptContext.UserEventType.CREATE) { let currentRec = scriptContext.newRecord; log.debug(“record Id”,… Continue reading Payment Email sending script for Customers without Terms