Author: Neena K
Proposal for EFT file format
RequirementPure care currently uses ACH Coastal but wants to switch to the electronic bank paymentsNetSuite app as the Coastal option is soon obsolete. The bundle for electronic bank paymentshas already been installed.Pure care pay vendors by direct deposit into their bank account and take funds from theircustomer’s bank accounts by EFT and deposit the funds… Continue reading Proposal for EFT file format
Update additional tracking number field in purchase order record if request json contains greater than 5 purchase orders.
Update additional tracking number field in Purchase order
/** * @NApiVersion 2.1 * @NScriptType MapReduceScript */ define([‘N/email’, ‘N/record’, ‘N/render’, ‘N/recordContext’, ‘N/runtime’,’N/currentRecord’, ‘N/search’,’N/file’], /** * @param{email} email * @param{record} record * @param{recordContext} recordContext * @param{runtime} runtime * @param{search} search */ (email, record,render, recordContext, runtime, currentRecord, search, file) => { /** * @description the function to check whether a value exists in parameter * @param… Continue reading Update additional tracking number field in Purchase order
Invoice email script-payment
script that triggers only on Create context of Payment ,that will send the emailusing the email template “CTG-Invoice” to anyone with “receive invoice” (on the customerform, under Relationships) checkbox checked and terms not Empty. only send the email in the case of invoice is “Paid in Full”
Invoice Email
script that triggers only on Create context of Invoice,that will send the emailusing the email template “CTG-Invoice” to anyone with “receive invoice” (on the customerform, under Relationships) checkbox checked.
Sales order sync- Shopify to NetSuite
/** * @NApiVersion 2.1 * @NScriptType MapReduceScript */define([‘N/error’, ‘N/config’, ‘N/record’, ‘N/runtime’, ‘N/search’, ‘N/https’, ‘../Utility/JJ Shopify NS Utility.js’, ‘../Common Library/JJ Shopify Common Library.js’], /** * @param{error} error * @param{record} record * @param{runtime} runtime * @param{search} search */ (config, error, record, runtime, search, https, jjUtil, shopifyLib) => { const shopifyLibrary = shopifyLib.Library; /** * Defines the function… Continue reading Sales order sync- Shopify to NetSuite