Print Shipping Cost Separately From Handling Cost in Advanced PDF/HTML Template

Navigate to Customization > Forms > Advanced PDF/HTML Templates Preferred Advanced PDF Template: Click Customize/Edit Toggle Source Code Source Code: Add the following code: <#assign shippingcost = record.shippingcost – record.handlingcost><table><tr><th>${‌record.shippingcost@label}</th><td>${‌shippingcost?string.currency}</td></tr><tr><th>${‌record.handlingcost@label}</th><td>${‌record.handlingcost}</td></tr></table></code>

Linking a Support Case to a Transaction

You can link support cases to seven transaction types including sales orders, invoices, and purchase orders.  To link a support case to a transaction: Open the support case record. Click the Related Records subtab. Click New on the Transactions subtab to create a new linked transaction. You can also click Attach to link an existing transaction to the support case.

Prerequisites for Setting Up Email Case Capture

The Email Case Capture feature automatically converts customer support messages your company receives into organized cases in NetSuite. An administrator can enable this feature at Setup > Company > Enable Features > CRM > Support.  When cases are submitted, each case is automatically: saved in your case queue saved on the customer’s record assigned to a… Continue reading Prerequisites for Setting Up Email Case Capture

Restrict adding new value to Custom List Field

Currently, the ability to restrict the custom lists based on role is still an enhancement. As an alternate solution, you may follow the steps below: A. Convert the Custom List into a Custom Record Type: 1. Navigate to Customization > Lists, Records, & Fields > Lists. 2. Click on the Custom List in question 3. Check off Convert to Custom… Continue reading Restrict adding new value to Custom List Field