REST Query to fetch the transactions created between two time intervals

POST https://{ACCOUNT_ID}.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql?limit=100&offset=0 { “q” : “SELECT BUILTIN_RESULT.TYPE_STRING(TRANSACTION.id) AS internalid FROM TRANSACTION, transactionLine WHERE TRANSACTION.ID = transactionLine.TRANSACTION AND ((transactionLine.subsidiary IN (‘x’) AND TRANSACTION.TYPE IN (‘<transactiontype> ex:PurchOrd‘) AND TRANSACTION.createddate BETWEEN TO_TIMESTAMP(‘2024-05-15 23:00:00’, ‘YYYY-MM-DD HH24:MI:SS’) AND TO_TIMESTAMP(‘2024-05-16 23:00:00’, ‘YYYY-MM-DD HH24:MI:SS’) AND transactionLine.mainline = ‘T’)) ORDER BY TRANSACTION.id DESC” }

Where to find the response of a successful REST call to NetSuite

REST web services help to directly create, fetch, update and delete most of the NetSuite records. This mainly supports POST, GET, PUT and DELETE requests. While sending REST API responses, the successful execution results in returning a 204 code, which sometimes is treated as a failure as no response is returned in the body from… Continue reading Where to find the response of a successful REST call to NetSuite

Oath 2.0 Machine to Machine flow not working with Code Grant flow checkbox unchecked and client credentials checked

OAuth 2.0 access is based on the authorization code grant flow for the generation of access tokens and refresh tokens, or the client credentials flow. The client credentials flow is a machine-to-machine flow for the generation of access tokens. If we only require client credentials, still the authorization code grant flow should be checked and… Continue reading Oath 2.0 Machine to Machine flow not working with Code Grant flow checkbox unchecked and client credentials checked

Error: ‘One of the columns [id, name] must be mapped in the CUSTOMLIST import’

This error might indicate that neither a name nor an internal or external ID was mapped on the field mapping page of the Import Assistant. For the import to succeed, you must select a reference type, either a name or an ID, and map it to your CSV file content, using the edit icon on… Continue reading Error: ‘One of the columns [id, name] must be mapped in the CUSTOMLIST import’

Jobin and Jismi Center for Research and Innovation

Business Address: FIRST FLOOR, 28/86-E, JOBIN AND JISMI IT SERVICES LLP, WEST CHALAKKUDY, Chalakudy Junction, Chalakudy, Thrissur, Kerala, 680307  information: www.jobinandjismi.com  Founder: Jobin and Jismi  Date Established: August 2023    Executive Summary:  Jobin and Jismi Training Solutions provides specialized training workshops in robotics, IoT, artificial intelligence, and other science and technology courses for colleges, schools,… Continue reading Jobin and Jismi Center for Research and Innovation

Published
Categorized as Robotics

How to add values to a custom list using csv import

When adding many values to a custom list, a CSV import can be more efficient than manually adding each value. To import custom lists, follow these steps: Go to Setup > Import/Export > Import CSV Records. Select Customization as the import type and Custom List as the record type. In the Import Options, choose ‘Update’… Continue reading How to add values to a custom list using csv import

Proposal for User Interface Enhancement 1.2

Proposal Summary  This proposal outlines the design solution for implementing new features and enhancements to meet the 1.2 requirements and functionalities within a web application.  Requirement  Growire would like to add a feature to implementing new features and enhancements to meet the 1.2 requirements and functionalities within a web application.  Requirement  This feature will enhance… Continue reading Proposal for User Interface Enhancement 1.2

Plan for Hosting a 2-Day Robotics and IoT Workshop using ESP32 with Arduino IDE

Purpose and Benefits for Participants  Purpose: The purpose of this workshop is to introduce participants to the fundamental concepts of Robotics and Internet of Things (IoT), focusing on using the ESP32 microcontroller with the Arduino IDE. The workshop will cover driving LEDs, working with sensors, and controlling brushed motors, including controlling LEDs and motors through… Continue reading Plan for Hosting a 2-Day Robotics and IoT Workshop using ESP32 with Arduino IDE

Published
Categorized as Robotics

Enhancing the User Interface of Work-Effort Tabular View in Web Application

Proposal Summary  This proposal outlines the Redesign the user interface (UI) of the work order view from a horizontal layout to a vertical tab layout.  Requirement  Growire would like to add a new user interface (UI) within the work order view section  Enhance the user experience of the current work order view by redesigning the… Continue reading Enhancing the User Interface of Work-Effort Tabular View in Web Application

How to return Items for an Order as a Credit memo in case of damaged Items

In the context where the Customer orders are created as Invoice records, the returns can be tracked by creating Credit memos and the amount can be later applied in the next payment. So returns can be tracked to the warehouse locations in such circumstances. In case of a damaged product returned from a Customer for… Continue reading How to return Items for an Order as a Credit memo in case of damaged Items