Scenario User wanted to automatically calculate all of components’ total weight in the Assembly item but could not find the Calculate Weight button. Solution Navigate to Customization > Forms > Entry Forms Click Edit besides preferred Item Form Click Fields subtab Click Sales/Pricing sublist CUBIC Weight: Enter Checkmark on Show Checkbox Note: Item Weight… Continue reading Missing Calculate Weight Button in Assembly Item
Author: Jasmine Jacob
Configuring two-factor authentication -Git Hub
Download an authenticator app of your choice to your phone or desktop. In the upper-right corner of any page, click your profile photo, then click Settings. In the “Access” section of the sidebar, click Password and authentication. In the “Two-factor authentication” section of the page, click Enable two-factor authentication. Under “Setup authenticator app”, do one of the following:… Continue reading Configuring two-factor authentication -Git Hub
Managing Partners in NetSuite
A partner is a company with whom you have a business agreement, but who is not a customer or a vendor. Partner records can be created for companies and individuals that bring business to your company. Enabling The Feature 1. If you do not have partner records enabled in your account, an administrator can enable… Continue reading Managing Partners in NetSuite
Bulk Printing Item Labels
Go to Transactions > Management > Print Checks and Forms. Click Item Labels. On the Print Item Label page select the item type, by default inventory item is fixed. Check the Print – Non-Sellable Items box to print labels for items that are generally not sold on a sales transaction i.e., description, discount, markup, and… Continue reading Bulk Printing Item Labels
Call an SP-API endpoint using Postman
To call an SP-API Order API Sign in to Postman. For Workspaces, choose your workspace. Generate the access token using https://api.amazon.com/auth/o2/token. For Request, choose GET. Copy and paste the Order API in the text box . Add required Params. On the Headers tab, add the following key-pair: `x-amz-access-token` [your access token value] Under Authorization Tab… Continue reading Call an SP-API endpoint using Postman
Designing loyalty points system in NetSuite
Pre-requisite: 1. Creating Two Accounts Loyalty Points Account (type : Income) Other Payables Account (type : Other Current Liability) 2. Create a Discount Item: Lists –> Accounting –>Items –> new –> Discount Chose item name let say Loyalty Discount. In the rate field input ‘0’ and then save the item. 3. Create two script parameters… Continue reading Designing loyalty points system in NetSuite
Proposal for Amazon Integration with NetSuite
The objective of this proposal is to outline the integration of Amazon seller central with NetSuite to synchronize order processing between the two platforms. This integration aims to streamline the sales order process, reducing manual intervention, while ensuring accuracy and efficiency. Proposal Summary This proposal summarizes the functionality for integrating Amazon seller central with NetSuite.… Continue reading Proposal for Amazon Integration with NetSuite
Advanced PDF/HTML > Rotate text
To rotate text in Advanced PDF/HTML templates, use this code snippet: <p rotate=”90″ valign=”middle” align=”center” >This text will be rotated by 90 degrees.< /p > <p rotate=”180″ valign=”middle” align=”center” >This text will be rotated by 180 degrees.< /p >
Change Barcode Size in Advanced PDF/HTML Template
Navigate to Customization > Forms > Advanced PDF/HTML Template. Click Edit/Customize next to the Item Label template. Switch to Source Code. Locate the code below: <td><barcode codetype=”code128″ style=”width: 100pt; height: 50pt;” showtext=”true” value=”${record.tranid}”/></td> Define the style width and height to adjust the size of the barcode. Example: From: style=”width: 100pt; height: 50pt;” To: style=”width: 150pt;… Continue reading Change Barcode Size in Advanced PDF/HTML Template
Republish a published dashboard
To re-publish an already published dashboard and override the customizations done by users with the original published dashboard setup. Follow the steps below to do this: Edit the Published Dashboard record to re-publish. Mark the Override Existing User’s Settings checkbox for each Role(s) in the Apply To Roles sublist to restore the original dashboard setup.… Continue reading Republish a published dashboard