Create email template in the script.

function mergeTemplate(recordId, tranId, pdfFile, totalAmount, department) {            try {                let senderId = 4;                let recipient=5;                let approveURL = ‘https://4449540-sb1.extforms.netsuite.com/app/site/hosting/scriptlet.nl?script=1020&deploy=1&compid=4449540_SB1&h=c9cbe8c1bd3b61843636’ + ‘&po_id=’ + recordId + ‘&btn=true’;         … Continue reading Create email template in the script.

How to fetch data from backend to JS file through Suite script file using Get method

For fetching data from Backend to JS file through Suite Script using Get Method1. After loading data from netsuite in suite script file we can fetch those records JS file through service controller fileUsing Get methodin get method we have to Id of Item whose record we have to fetch Like: Then return the dataIn… Continue reading How to fetch data from backend to JS file through Suite script file using Get method

How to fetch data from MicroSite Records from the Item Records.

Fetching data from MicroSite Records from the Item Records. In website page we have to show the detailed description of the product in the Product detail page.1. First we have to fetch those data from item records in suite script with the help of saved search.2. Then with the help of suite script in extension… Continue reading How to fetch data from MicroSite Records from the Item Records.

MEETING MINUTES

How to write meeting minutes professionally. Meeting minutes includes- The location in which the meeting is conducted The attendees of the meeting The people who were invited but unable to attend the meeting The date and time on which the meeting is conducted The agenda of the meeting Discussions and findings from the meeting. Action… Continue reading MEETING MINUTES