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 […]
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 […]
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 […]
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 […]
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 […]
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 to Dashboard Dashboard is a place that shows information and statistics (=numbers) about how the program is working, which you can use to control it. Types of services available in Boomi Types of Dashboard available in Boomi Master data hub dashboard The Hub Dashboard page is divided into sections. Current View Repositories/modelsThis list is […]
This blog will cover how we can implement Two-way SSL in Boomi. 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 […]