Boomi

EDI 856 Transactions

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 […]

Boomi

Fetching Specific Fields From Database Table

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”: […]