Overview: MDH (Master Data Hub): Repositories: Models: Metrics: Golden Records: A Golden Record is the single source of truth about a business entity such as a customer or product. It contains validated data about the entity. Quarantine Records: Data that is considered inaccurate, unverified, outdated, or incomplete is directed to quarantine for review by the […]
Overview: Repositories: Models: Master Data Hub REST APIs Types: Practical Implementation in Boomi: Let us see by using APIs how we can get the MDH Models details present in a particular Boomi account using Platform API. Step 01: Master Data Hub is one of the service provided by Boomi, click on the Services and click […]
Introduction Pre-requisites Scheduler and Cron Expression * * * * * * * 1st 2nd 3rd 4th 5th 6th 7th Steps: If we want to achieve the same thing using cron expression, then we need to specify time as in, at what time the scheduler should trigger. For this instance, we’ll consider it as midnight […]
Introduction Pre-requisites How to Send Alerts Using the Create Notification Feature Steps: 2. Following the addition of the Listener, include two loggers to mark the beginning and the end of the flow. By logging the message as “Start of flow” ++ (flow.name as String), in expression mode. 3. Then we need to add an Is […]
Pre-requisites Any point Studio: Salesforce: Database: Scatter-Gather Router Steps: 2. Following the addition of the listener component, include two loggers to mark the beginning and the end of the flow. By logging the message “Start of flow” ++ (flow.name as String), in expression mode. 3. Now we’ll add read component by configure the connector configuration […]
Introduction Pre-requisites Implementing Basic Authentication and JSON Threat Protection in MuleSoft Steps: 2. Next, we’ll publish the API specification to exchange. 3. Then we will create a new Mule project and scaffold it. 4. Next, we will add 2 loggers which determines the start and end of flow. 5. Then we’ll create a new mule […]
Overview: – Virtual Machine (VM) Connector in MuleSoft is an internal mechanism that facilitates communication between different Mule applications or flows within the same MuleSoft runtime instance. In this blog, you will learn: What is a VM queue? Operations that we can Perform using the VM Module. How to Use MuleSoft VM Connector. What is […]
Overview: – In the modern digital landscape, secure and efficient file transfer is a critical component for businesses, particularly when dealing with sensitive data. MuleSoft offers a robust solution for secure file transfers through its SFTP (Secure File Transfer Protocol) connector. In this blog, you will learn: What is SFTP and How to set-up an […]
Overview: – Transferring files between systems is a common task in many businesses. MuleSoft makes this easy with its FTP connector. This blog will guide you through using the FTP connector in MuleSoft, from setting it up to transferring files securely and efficiently. The FTP connector allows you to connect to FTP servers, including secure […]
Introduction What is JCE Cryptography? The Java Cryptography Extension (JCE) is an officially released Standard Extension to the Java Platform and is included in the Java Cryptography Architecture (JCA). JCE offers a framework and implementations for encryption, key generation, key agreement, and Message Authentication Code (MAC) algorithms. JCE Cryptography modules in Mulesoft The JCE strategy […]