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 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 […]
Connect with Salesforce and data synchronization between Salesforce and Database in OIC What is Salesforce? 🡺 Salesforce is cloud-based CRM software. It makes it easier for companies to find more prospects, close more deals, and connect with customers in a whole new way to provide them with amazing service at scale. Salesforce brings together all […]
In this blog, let us discuss how to capture and fetch those fields that are coming in the request profile from a Database table. First, let us see the payload that would be the request: { “requestCount”: 2, “requests”:[ { “studentId”: “abc”, “fields”: [“emailId”,”percentage”,”grade”,”firstName”,”lastName”,”studentId”,”branch”,”YearOfJoining”] }, { “studentId”: […]