In my previous post, we discussed the basics of creating Lightning Web Components (LWCs). Today, we will dive a little deeper and discuss how components are related to HTML and…
Day: November 30, 2022
Integration Consuming API in Salesforce - 2
In a previous post, we started discussing integrations and consuming Salesforce data. Today, we will continue that discussion with consuming API in Salesforce integrations and using JSON and Apex callouts.…
Create Lightning Web Components - 1
Today, we will learn the basics to create a Lightning Web Component. Having its own API, a Lightning web component is a reusable custom HTML element. An HTML file, a…
Share Javascript Code in LWC
In previous posts, we’ve discussed Lightning Web Components and how they relate to Javascript Code. Today, we will discuss sharing Javascript Code in LWCs. Create an ES6 module in a…
Boomi Process Property
Process properties: Process properties are key/value pairs used to store project-related information. Sometimes these properties can be pre-defined in tabular format and retrieved in any integration process. These process properties…
Boomi Dashboards
Dashboards in Boomi: The dashboard is a screen that shows all the stats related to the API such as Execution status, Summary of the executions, Average response time, etc. There…