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

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