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
Month: January 2023
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
An Overview of Search Engines
Search engines are web services that help users find information on the Internet. They use software that sifts through millions of web pages to find documents that match a search query. Results are typically in list form. The results page may include links to web pages, images, videos, or online data. Some search engines also… Continue reading An Overview of Search Engines
Thermal Printer Invoice PDF
Requirement We need to provide a print button in the Invoice record that prints Invoice pdf for the thermal printer (similar to the current Cash sale print). Data in the normal Invoice pdf is to be included in the thermal PDF with the exception of the Item table needs to include only the item name,… Continue reading Thermal Printer Invoice PDF
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