Tracking Fields and How to set those in Boomi Process In this blog, let us see what are Tracking Fields and How to set those in Boomi Process. What are Tracking Fields? It can be used to track the documents’ process execution history based on the specific tracking field defined in Document Tracking. Tracking Fields allows us […]
INTEGRATE AMAZON S3 WITH BOOMI How to Integrate Amazon S3 with Boomi In this blog, we will see how to integrate Amazon S3 with Boomi by creating a bucket in AWS S3 and storing the file that comes from the Boomi Process. What is AWS S3? This is an offering from AWS (Amazon Web Services) […]
HOW TO GET AND SET DYNAMIC PROCESS PROPERTIES IN THE GROOVY SCRIPT In this blog, we will see how to get and set dynamic process properties in the Groovy script and retrieve them in the Boomi process. What is Dynamic Process Property? These are key/value pairs that can be set at the process level. It […]
How to Add User-Defined Functions and Do a Lookup On the Map In this blog, we will see how to add USER-DEFINED FUNCTIONS and DO A LOOKUP on the map. What is User Defined Functions? These functions allow us to perform different transformations using multiple functions. We can use any type of function like String, […]
Developing SOAP web service in Boomi In this blog, we will see how to develop SOAP web service in Boomi. What is SOAP? SOAP stands for simple object access protocol which follows SOA i.e., simple object architecture. It provides a way to communicate between applications running on different technologies. SOAP is based on XML. A […]
In this blog, let us see how to consume SOAP service. To consume SOAP service in Boomi, we have a connector called “web services soap client” through which we can use the service provided by third party API. Here, I am consuming add service from third party API where I give two values i.e., int […]
In this blog we will cover what is an atom and how to install an atom in Boomi. Prerequisites: The machine where atom is installed must have the internet connectivity Windows 32/64bit OS To begin with, let us see what is an atom. What is Atom? Atom is a single-tenant, single node runtime engine […]
In this blog, let us discuss, What is Atom? What is a Molecule? What is Atom cloud and its differences? What is an Atom? An Atom is a single tenant, single node run time engine to execute the integrations developed in Boomi. We can install Atoms directly into your local network which is required for […]
In this blog, we will see how to read files from a disk connector and send them as an attachment to Salesforce. What is Salesforce? Salesforce is a cloud-based computing service as a software (SaaS) company that specializes in customer relationship management (CRM). The cloud-based service allows companies to track (in real-time) analytics, customer success […]
In this blog, we will see how to migrate process schedules from one atom to another atom using Atmosphere API. What is Atmosphere API? It is an API in Boomi which automates the packaging, deployment of integration processes and other components. All AtomSphere API calls are authenticated by a user name or API token and an account […]