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 […]
Introduction to Stored Procedure: A stored procedure is a precompiled collection of one or more SQL statements stored on the database server. They are used to encapsulate repetitive tasks, complex business logic, or a series of operations that need to be performed on the database. Stored procedures help improve the performance, maintainability, and security of […]
EDI TRANSACTION 850 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 – […]
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 […]
This blog will cover how we can perform SQL JOINS in Boomi. Prerequisites: We have to create two tables in the database named Employee_Blog and Department_Blog having columns Id, Name, Dept ID and Dept ID, Dept name respectively. Figure 1: Employee_Blog Figure 2: Department_Blog Step 1: Log on to the Boomi platform (https://platform.boomi.com/) with a […]
In this blog, we will cover what is an atom and how to install an atom in Boomi on macOS. Prerequisites: The machine where the atom will be installed must have internet connectivity and macOS as the operating system. To begin with, let us see what is an atom. What is Atom? Atom is a […]