MuleSoft
Implementing Upsert operation in NetSuite.

Implementing Upsert operation in NetSuite.

Introduction The MuleSoft NetSuite Connector is a pre-built connector that allows Mule applications to interact directly with NetSuite using its SOAP-based web services. It abstracts the complexities of NetSuite APIs and enables developers to perform operations such as create, update, delete, search, and retrieve records with minimal configuration. As it is built on top of […]

MuleSoft
Integrating MuleSoft with NetSuite Using RESTlet connector.

Integrating MuleSoft with NetSuite Using RESTlet connector

Introduction RESTlet is a REST-like service written in SuiteScript (JavaScript) that exposes NetSuite data and operations via HTTPS. It allows you to: Run custom Suite Script logic. Fetch or update NetSuite records. Perform complex validations before record creation. Connect external systems like MuleSoft with full control. It offers 2 different connection type: RESTlet Token. RESTlet […]

MuleSoft
Enterprise-Grade MuleSoft Integration Services: How TGH Engineers Scalable API-Led Architectures

Enterprise-Grade MuleSoft Integration Services: How TGH Engineers Scalable API-Led Architectures 

In modern enterprises, integration is no longer about connecting applications — it’s about engineering a scalable, governed application network that supports growth, agility, and long-term digital transformation. As enterprises adopt cloud, SaaS, and hybrid architectures, fragmented integrations and point-to-point connections quickly become operational liabilities.  This is where MuleSoft and API-led connectivity play a critical role — and where TGH Software Solutions brings structured, enterprise-grade integration expertise.  This […]

MuleSoft
Azure Data Lake Storage Connector in MuleSoft

Azure Data Lake Storage Connector in MuleSoft

Prerequisites: Anypoint Studio: Anypoint Studio should be set up. Azure Portal: Azure Account: Step1: Go to https://portal.azure.com , click Create a free account, and sign in with your Microsoft credentials (or create one if you don’t have it).Follow the on-screen instructions to verify your identity, provide subscription details (like payment method for verification), and complete […]

MuleSoft
Understanding pom.xml, parent POM and BOM

Understanding pom.xml, parent POM and BOM

Overview: In any modern development environment especially when working with platforms like MuleSoft maintaining consistency and efficiency across multiple projects is essential. As the number of applications or modules grows, so does the complexity of managing build configurations, dependency versions, and plugin settings. Without a structured approach, this can quickly lead to duplication, version conflicts, […]

MuleSoft
OAuth2.0 using OKTA as OAuth Provider

OAuth2.0 using OKTA as OAuth Provider

Overview: Organizations today need a secure way to let users access applications and APIs without exposing passwords. OAuth 2.0 solves this by using tokens instead of credentials, enabling safe access across systems. Okta acts as the Authorization Server, handling user login, issuing authorization codes, and generating tokens. The Client App requests these tokens, while the […]