Boomi – Integration pack installation

From the Integration Packs page, you can browse, install or uninstall, and attach or detach integration packs to and from environments. Integration packs are developed in a primary account and shared with selected account groups. Install integration packs that have been shared with your account by using the Browse Integration Packs dialog. You can access the Browse… Continue reading Boomi – Integration pack installation

Boomi – Use cases for integration packs

Design and implement integration packs with your processes to create a standard solution for your business needs. When designing the processes for an integration pack, you are building a “one-size-fits-all” integration. Research your industry’s best business practices and solicit feedback and requirements from customers and end users to understand common touch points and business rules.… Continue reading Boomi – Use cases for integration packs

Understanding Accrual vs. Cash Basis Accounting in NetSuite

Cash Basis Reporting: Definition: Records revenue and expenses when cash is received or paid. Example: If a service is provided in January but payment is received in February, revenue is recorded in February. Similarly, an expense incurred in January but paid in March is recorded in March. Advantages: Simple and reflects actual cash flow. Accrual… Continue reading Understanding Accrual vs. Cash Basis Accounting in NetSuite

Boomi – Integration packs

Integration packs are pre-defined integrations and consist of one or more packaged processes or API Service components that are ready for installation by users of managed accounts. Packaged processes and API components that have been marked as shareable can be added to an integration pack. You create packaged process or API components for sharing using… Continue reading Boomi – Integration packs

EFT (Electronic Funds Transfer) bill payment in NetSuite

EFT (Electronic Funds Transfer) bill payment in NetSuite allows businesses to pay vendor bills electronically, transferring funds directly from the company’s bank account to the vendor’s account. It is a convenient and secure method to manage payments, eliminating the need for paper checks and improving cash flow management. Here’s how it works in NetSuite: ###… Continue reading EFT (Electronic Funds Transfer) bill payment in NetSuite

Access and Customization for Printing Multiple Picking Tickets

To grant the necessary permissions for customizing the page in NetSuite, follow these steps carefully. Begin by navigating to the specific role settings that pertain to the role requiring customization access. Under the **Transactions** section, locate the permission labeled “Find Transaction”. This permission is essential for enabling users to search and locate records within the… Continue reading Access and Customization for Printing Multiple Picking Tickets

JCrawler is a web application testing tool

JCrawler is a web application testing tool designed for web crawling and load testing. It is a relatively lightweight tool written in Java that automatically explores a website’s pages and performs load and performance testing by simulating concurrent users navigating through the application. Key Features of JCrawler: Web Crawling: Automated Website Exploration: JCrawler automatically explores… Continue reading JCrawler is a web application testing tool

Proposal for Item Migration and customizations: Version 3

  Proposal summary  Proposal summary  This proposal outlines the customization and migration in NetSuite at Knot & Co (hereafter referred as client) by Jobin&Jismi (hereafter referred as Implementer).  This proposal focuses on the key aspects of the client’s business operations, including data migration, transaction management, and customization of critical processes. The implementer will ensure the… Continue reading Proposal for Item Migration and customizations: Version 3

CARINA-Java-based framework designed for efficient automated testing

CARINA is an open-source Java-based framework designed for efficient automated testing of web, mobile, API, and database applications. Built on top of widely-used technologies like Selenium, Appium, and TestNG, CARINA simplifies the process of setting up and maintaining automated test scripts, making it a comprehensive solution for cross-platform, cross-browser, and cross-device testing. Key Features of… Continue reading CARINA-Java-based framework designed for efficient automated testing

Set Email Template in a Script

To set an email template in a script to send an email, we need to create the email template through NetSuite UI. Then we need to load the template and get the contents of the template. Then set the contents of the template to the email body. let emailTemplate = record.load( { type: record.Type.EMAIL_TEMPLATE,         id:… Continue reading Set Email Template in a Script