What is the Merge operation in Salesforce? In Salesforce, a “merge operation” typically refers to the process of merging duplicate records. This is often necessary when you have multiple records in Salesforce that represent the same real-world entity (e.g., two contact records for the same person). Let’s get into the Boomi platform and see how […]
In this Blog we will use HTTP client connector to End date golden records from MDH. Let get started by logging in the platform: Steps: Step 1. Go to platform.boomi.com Step 2. Login by giving your valid credentials (Username and Password). Step 3. Home page will be displayed, now click on “Integration”. Step 4. Click […]
Introduction to EDI What is the EDI? EDI stands for Electronic Data Interchange. EDI is the automated exchange of business documents between organizations. What are the different EDI Standards available in EDI? What are the different Documents types available in EDI? What are the different Communication methods available in EDI? Trading Partner – Trading Partners are […]
What is Custom Function? Extension libraries provide a means to register and organize JavaScript for use in integrations. Library functions are automatically available for you to drag from the Actions palette to your orchestration integrations. In this blog, we will see how to define a custom function in OIC and then use it […]
Expose GraphQL API in MuleSoft In this blog, let us discuss how to expose GraphQL API in MuleSoft. We would be exposing a GraphQL API in MuleSoft which would allow us to get 2 resources that are exposed as REST APIs. Here, we can consume a single GraphQL API Endpoint to consume both resources rather […]
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 […]