Boomi

SYNCHRONIZING DATA BETWEEN SALESFORCE AND SNOWFLAKE

In this blog, we are going to see how to Integrate between Salesforce and Snowflake through Boomi. What is Salesforce? Salesforce is a cloud computing service as a software (SaaS) company that specializes in customer relationship management (CRM) What is Snowflake? Snowflake is a cloud computing-based data cloud that provides a data warehouse-as-a-service designed for […]

MuleSoft

Custom Ruleset And API Governance

API Governance API Governance involves implementing and enforcing standards, best practices, and policies to ensure APIs are secure, compliant, and performant throughout their lifecycle. It helps organizations streamline API management and align it with enterprise requirements. It applies only to REST APIs, HTTP APIs, and ASYNC APIs published for exchange. These rulesets are built on […]

Boomi

Master Data Hub – Data Masking

Introduction What is Data Masking? When you have sensitive data in your records, you can use the Data Masking feature to completely or partially hide your data. You can configure model fields with the following options to mask field values with sensitive data. You must have one of the following user permissions to view masked […]

Boomi

Staging Area In Master Data Hub

Introduction What is the Staging Area? You can stage batches of incoming source entities to preview the effect of batch submissions. This is a useful technique for testing purposes and data steward validation. When you stage a batch, it is processed in virtually the same manner as an ordinary batch, but the source entities are […]

Boomi

Pagination In MDH

Introduction What is Pagination? Pagination is the process of dividing a large set of data into smaller chunks or “pages” to make it easier to manage and display, particularly when working with databases or APIs. It’s a common technique used in web development to handle large volumes of data efficiently and improve user experience. For […]

Boomi

Process Filtering

Introduction What is Process Filtering? Process filtering is a functionality used to grant access to certain web service listener processes deployed to the selected Atom or environment. The user can invoke web service calls only for processes to which they have access. We can find this option in  Atom Management à Shared Web Server. This […]

Boomi

Reference Fields In MDH

What is a Reference Field? Introduction Reference fields represent relationships between objects of the same type, such as employees and their managers, and objects of different types, such as contacts and accounts. Procedure Do one of the following: The Add a Field or Field Group dialog appears and takes focus. In the Name field, type […]

MuleSoft

Deploy A Mule Application On Cloud Hub Using REST APIs

Overview: – What Are MuleSoft Platform APIs?: – Click here Anypoint Exchange (mulesoft.com) Prerequisites: – Steps to deploy the Mule application: – Step 1: Open Postman, configure as shown below, and hit the API POST https://anypoint.mulesoft.com/accounts/login Content-Type: application/json Body:     { “username”:”ANYPOINT_PLATFORM_USERNAME”, “password”:”ANYPOINT_PLATFORM_PASSWORD”      } Note: – If you are getting any response like an […]