To download a file in the submit type button click from a suitelet page, first save the file into the file cabinet, then write below given code in suitelet page button action function. // to create the file in file cabinet let fileCreated = file.create({ name:… Continue reading Download button in suitelet page to downlad a file
Month: June 2024
Custom form id in before load
In NetSuite, the beforeLoad user event script is used to perform actions before a record is loaded. The custom form id in view mode using the entry point beforeLoad may not be able to retrive. But it is available in beforeLoad in the edit mode. It wont be available from scriptContext. form. So, to get the… Continue reading Custom form id in before load
BWMAN-65-Split fee, Waive Delivery fee and On premise Approval
BWMAN-65- Approval flow.xlsx (sharepoint.com)
IPPF-2304-Automatic Journal Creation
IPPF-2304- Automatic Journal.xlsx (sharepoint.com)
RSPDC-330-Pro Forma Invoice Approval
RSPDC-330- Pro Forma Invoice Approval.xlsx (sharepoint.com)
RSPDC-322-Vendor Approval Workflow
RSPDC-322-Vendor Approval.xlsx (sharepoint.com)
Show item table and expense table together in advanced PDF
<#if record.item?has_content || record.expense?has_content> <table class=”itemtable” style=”width: 100%;”> <thead> <tr> <th class=”table-header” align=”center” colspan=”3″>Sl.No</th> <th class=”table-header” colspan=”9″>Item / Expense Description</th> <th class=”table-header” align=”center” colspan=”4″>Qty</th> <th class=”table-header” align=”right” colspan=”5″>Rate</th> <th class=”table-header” align=”right” colspan=”5″>Amount</th> </tr> </thead> <tbody> <#list record.item as item> <tr> <td align=”center” colspan=”3″>${item_index + 1}</td> <td colspan=”9″><span class=”itemname”>${item.item}</span><br />${item.description}</td> <td align=”center” colspan=”4″ line-height=”150%”>${item.quantity}</td> <#if subsidiary.internalid ==… Continue reading Show item table and expense table together in advanced PDF
Show each line of the vendor address in advanced PDF
<table class=”headernew” style=”width: 100%; margin-bottom:10px;”> <tr> <td class=”addressheader” colspan=”6″ style=”font-size: 14px; font-weight: 100;”>VENDOR ADDRESS</td> </tr> <tr> <td class=”address” colspan=”6″ rowspan=”2″> <#if record.billaddressee?has_content> <strong> ${record.billaddressee}</strong><br /> </#if> <#if record.billaddr1?has_content> ${record.billaddr1}<br /> </#if> <#if record.billaddr2?has_content> ${record.billaddr2}<br /> </#if> <#if record.billaddr3?has_content> ${record.billaddr3}<br /> </#if> <#if record.billcity?has_content> ${record.billcity} </#if> <#if record.billstate?has_content> ${record.billstate} </#if> <#if record.billzip?has_content> ${record.billzip}<br /> </#if> <#if… Continue reading Show each line of the vendor address in advanced PDF
Pagination
Create a hidden page field let pageIdField = form.addField({ id: ‘custpage_pageid’, type: serverWidget.FieldType.INTEGER, label: ‘Page ID’ });… Continue reading Pagination
The Importance of Pinterest for Businesses:
Social media platforms serve as powerful tools for businesses to connect with their audience and expand their reach. Among these platforms, Pinterest stands out as a unique visual discovery engine that offers significant advantages for businesses aiming to boost their online presence and drive engagement. Why Pinterest Matters for Businesses Pinterest is not just another… Continue reading The Importance of Pinterest for Businesses: