Pre-requisites Upsert Operation in Salesforce Steps: 1.To begin, a new Mule project needs to be created. Then, a file component should be dragged and dropped into the project for the On New or Updated File. Configure the directory, set the matcher to edit inline, and specify the filename as name_of_file.csv. to trigger the flow. 2.Following […]
Pre-requisites Salesforce: We need to have Salesforce developer account. Create a Salesforce custom object with some fields, as per the requirement. Click on Create in the home section, which is on the right-hand side. Then click on custom object, then fill in the name of the custom object. Then click on fields and relationship, then […]
Introduction What is MUnit? MUnit is a Mule application testing framework that allows you to easily build automated tests for your integrations and APIs. Why use MUnit? It provides a full suite of integration and unit test capabilities and is fully integrated with Maven and Surefire for integration with your continuous deployment environment. With MUnit […]
Objective: We are going to write test cases for the scenarios where the flow is going to throw errors. The application we are going to test is Database configuration Query Database Postman Request and response Error handler “transform messages” DB:CONNECTIVITY MULE:ANY Step 1: Select the flow you want to test (“lookup-based-on-customer-name”) then right-click on […]
Introduction: Batch Job Lifecycle:It has three phases: –Batch Job has three phases: – 1.Load and dispatch phase 2.Process phase 3.On complete phase 1.Load and dispatch phase: – 2.Process phase: – 3.On complete phase: – Batch Job Components: – Batch Job: – Configuration: – Name: – Batch job name Max Failed Records: – this value defines […]
Overview: – What is DataWeave: – Why do we need to externalize: – How to externalize: – Steps:
Mutations in GraphQL API In this blog, you will learn how mutations of GraphQL APIs will help us to modify the server-side data in API Management. In order to showcase the concept of mutations we will create one API Plan using GraphQL mutation. What is a GraphQL API? Mutations: Here are some key components of […]
SFTPV2 CONNECTOR In this blog, you will learn what is SFTP and how to configure SFTPV2 connector in Boomi. I will explain the use of each action present in sftpv2. By the end of this blog, you will be able to develop a process which helps you to List the files from sftp server. What […]
Channel Updates In this, we will be discussing channel updates and how to resend channel updates in the Master data hub. By the end of this blog, you will be able to understand about model, sources, and its configuration. What are Channel Updates? Now we will see how channel updates will work by configuring […]
What is SSL? SSL stands for Secure Sockets Layer. It’s a protocol designed to provide secure communication over a computer network, typically the Internet. SSL ensures that the data exchanged between a web server and a client (such as a web browser) remains encrypted and thus protected from eavesdropping, tampering, and forgery. Here’s how SSL […]