Proposal Summary This proposal outlines the implementation of a feature that enhances the user experience when working with transfer orders. The proposed enhancement will allow for the display of transfer orders in a pop-up page and enable users to select specific transfer orders from the ones displayed in the that page. Requirement The system shall… Continue reading Proposal to Display Transfer Orders for Review Prior to Processing in the Auto-Receive Functionality
Author: Linu Paul
Email Capture Proposal Summary
Proposal summary Swyft would like to implement a CRM Email Capture upon sending an Email from a salesperson to contact. Requirement Swyft needs to store email messages in NetSuite under the corresponding Opportunity, Prospect record and Contact record when the Salesperson sends an email through Gmail to Contact. Key Points The email sync job should… Continue reading Email Capture Proposal Summary
How to create a search to show the overdue invoice information of all the customers till the previous month
How to source fields from Inbound Shipment to IR
How to create a search to find out the overdue Invoice information till the previous month.
How to remove fulfill button from sales order using User Event Script
let form=scriptContext.form; form.removeButton(“process”);
How to get address field from Customer Record using User Event Script
let newRec = scriptContext.newRecord; let newAddressRec=newRec.getSublistSubrecord({ sublistId:”addressbook”, fieldId:”addressbookaddress”, line:0 … Continue reading How to get address field from Customer Record using User Event Script