Custom module for API Configuration of NetSuite-TrackTraceRX Integration.
Month: May 2023
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 Sort Item Column by Quantity in Advanced PDF/HTML Templates
To sort the line items by quantity use: <#list record.item?sort_by(“quantity”) as item> To sort by reverse order use:
Test Case For – Multi-add form for product with different variants
Rearranging the Fields in Form
When rearranging the form, the client experienced a blocker to arrange the fields in a single row. Even if unchecked the column break checkbox for each field, the fields were in multiple rows. The reason for this was the field group settings. For each field group, there is an option called ‘Single Group’. If this… Continue reading Rearranging the Fields in Form
Proposal – Display the Sales Order Data on Invoice/Sales Report
Display the Sales Order Data on Invoice/Sales Report
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.
How to create a collapsible sidebar menu using Javascript
Creating a collapsible sidebar menu using Javascript Step 1) Add HTML: Example Step 2) Add CSS: Example Step 3) Add JavaScript: Example
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