We can create an Inline HTML field to work as a button.Steps:1. Create an Inline HTML field2. In ‘Validation & Defaulting’ subtab set the default value as follows
Author: Swapna Lazar
Setting background Image in Advanced PDF Template
For adding an image as background for Advanced PDF template. Use below code
Saving a record based on confirmation
Client need to accept the terms and conditions to enable the save of a record. NetSuite uses the ExtJS library for a variety of purposes including showing popup windows for alerts and confirmations. We can make use of this to tailor this popup window for our own uses cases which would otherwise couldn’t be met… Continue reading Saving a record based on confirmation
Adding HTML & CSS to dialog box
The dialog module can actually support custom HTML and CSS. Although this customization is not always necessary, it can provide a helpful way to prioritize or organize information. We put our custom HTML/CSS in the message key of the options object. The code snippet and corresponding dialog box is given below.
Proposal For KPI Dashboard
Proposal Summary This proposal outlines a customized solution for rendering the KPI Dashboard. This solution will involve the creation of external URLs that displays the KPI Dashboard using the data fetched from NetSuite. Requirement Currently, Hygiene Technologies is using an Excel file to manually create a KPI Dashboard. This wants to be automated. They need… Continue reading Proposal For KPI Dashboard
Tax Calculation – Order level
Taxes can be applied to sales orders/cash sales in NetSuite on order level. In NetSuite taxes can be set up on customer level and the tax set up for customer will be automatically reflected in the sales order created for the customer. To remove these taxes, we can use the check box field ‘TAXABLE’. If… Continue reading Tax Calculation – Order level
Uninstalling a Bundle
Uninstalling a managed bundle ends all upgrades to that bundle in your account. To uninstall a bundle: Log in to the account in which you installed the bundle. Go to Customization > SuiteBundler > Search & Install Bundles > List. Choose Uninstall from the Action dropdown list for the bundle you want to uninstall. In the confirmation popup, click OK. Warning:Uninstalling… Continue reading Uninstalling a Bundle
Proposal For Sending MSME Confirmation Emails to Vendors
Proposal Summary This proposal outlines a customized solution for sending MSME confirmation emails to vendors. This solution will involve utilizing the email plugin feature for capturing the reply email from vendor. Requirement As per the current scenario, ATG Business Solutions Pvt Ltd- IN is sending MSME confirmation emails to vendors manually. This need to be… Continue reading Proposal For Sending MSME Confirmation Emails to Vendors
Big Commerce API: List Order Products
To gets a list of all products in an order, Following API need to be used. Request: GEThttps://api.bigcommerce.com/stores/{store_hash}/v2/orders/{order_id}/products AuthenticationX-Auth-Token in header Parameters– {store_hash} hash value generated on Account API creation-string-required– Accept in header with default of application/json – string – required– {order_id} – integer – required – ID of the order.Responses:1) 200 (success – Product details… Continue reading Big Commerce API: List Order Products