Publishing a Dashboard

We can share your personalized dashboard with other users in your center by publishing it. A published dashboard can consist of one tabbed page or of multiple pages. When we publish a dashboard, we define the roles for users who will see the published dashboard, and what changes users will be able to make to… Continue reading Publishing a Dashboard

Automatically update exchange rates for a base currency:

If the Currency Exchange Rate Integration feature is enabled, you can indicate on a currency record that its exchange rate with each base currency should be automatically updated each day.  To automatically update exchange rates for a base currency: Go to Lists > Accounting > Currencies. Click the name of a currency. On the Currency page,… Continue reading Automatically update exchange rates for a base currency:

Test cases for Approval Workflow

APPROVAL WORKFLOW  Check whether the workflow is released in the account which needs to be verified.  Check whether the submit for approval button is displayed in the save of the record  Check whether the approval status is pending approval.  Check whether the approval status field is disabled  Check whether the submit for approval button is… Continue reading Test cases for Approval Workflow

Bigcommerce Local Development set up

Sandbox creation:         To create a sandbox store, complete the following steps:  Navigate to the BigCommerce Partner Portal and log in to the account using your credentials.  After signing in, hover over Create New in the top navigation, then select one of the following two options:  Select Partner Use Sandbox and consult the following instructions… Continue reading Bigcommerce Local Development set up

Netsuite Advanced field help-QA tips

We can use the extension Netsuite Advanced field help for one-touch analysis of the same field. We will get all the possible values of that field from the same click itself. Also, we can add values in a disabled field for QA purposes without changing the field type.

Add pagination on suitelet form

You can add pagination by simply write sublistType as STATICLIST eg : let sublist = form.addSublist({ id: ”, type: serverWidget.SublistType.STATICLIST, label: ”, });

Remove Duplicate Lines from the Saved Search for the Invoice

If the Invoice contains only one line item in the invoice record, but the saved search for the same invoice record includes 2 more extra lines as below. To avoid these extra lines from the invoice search, add a filter in the saved search:- Set “COGS Line” as ‘false’

Script to set the IF as shipped status when IF created via WMS

Requirement: Our Client required to generate IF as shipped status when a wave is released and picked. As per NetSuite standard functionality, the WMS created IF has picked status. So, we need to customize the standard functionality by using Restlet script and User event script. First, we need to clone the existing Multi-order picking and… Continue reading Script to set the IF as shipped status when IF created via WMS