Installing Dunning Bundle & Prerequisites

To install the Dunning Letters SuiteApp: Go to Customization > SuiteBundler > Search and Install Bundles. In the Keywords field, enter the bundle ID, 392827. Click Search. Click the Dunning Letters SuiteApp link in the Name column. On the Bundle Details page, click Install. Prerequisites for Dunning Before installing the Dunning Letters SuiteApp, check the following features are also enabled in your NetSuite… Continue reading Installing Dunning Bundle & Prerequisites

Schedule the dunning evaluation workflow

Go to Customization> Workflows> List. To schedule the dunning evaluation workflow for customers, click the Customer Dunning WFScheduler workflow.To schedule the dunning evaluation workflow for invoices, click the Invoice Dunning WF Schedulerworkflow.To schedule the dunning evaluation workflow for invoice groups, click the Invoice Group DunningWF Scheduler workflow. Click on More option, and select Make Copy.… Continue reading Schedule the dunning evaluation workflow

Issues with Precompute Depreciation Values button

Asset Depreciation History records are created after importing fixed asset and one depreciation history record. Scenario: Sometimes Asset Depreciation Histories are not generated whenever Precompute Depreciation Values button is clicked. Solution Navigate to Fixed Assets > Lists > Assets  Fixed Asset: Click EditNote: Select the Asset experiencing the issue. Click General Depreciation Active: Select False Click Save Click Edit Click General Depreciation Active: Select True Click Save Navigate to Fixed Asset > Setup > System Setup Click Precompute… Continue reading Issues with Precompute Depreciation Values button

Check to Customize the Email template and add the Payment link and QR code to the email

This proposal will include the possibility of adding a payment link and the QR Code for the email templates and making that template as default for every email.  Requirement  Check to Customize the Email template and add the Payment link and QR code to the email    Our Solution and Comments  For this update, we need… Continue reading Check to Customize the Email template and add the Payment link and QR code to the email

Validation Patterns

Commonly used Validation patterns 1. Pattern which allows alphanumeric characters – ^[a-zA-Z0-9]*$ 2. Pattern which allows only numeric characters – ^[0-9]*$ 3. Pattern which allows only numeric and exactly 12 digits – ^[0-9]{12}$