Integration

How To Upload A File To Google Drive Using LWC

How To Upload A File To Google Drive Using LWC

In the realm of digital innovation, Salesforce Lightning Web Components (LWC) offer a plethora of opportunities for creating versatile, customized solutions. Among these, a standout is the ability to construct an advanced Google Drive File Uploader completely using LWC without Apex .  In this blog, we’ll explore the nuts and bolts of this uploader, which …

How To Upload A File To Google Drive Using LWC Read More »

Image Generation Using ChatGPT Inside Salesforce

Image Generation Using ChatGPT Inside Salesforce

What is ChatGPT? ChatGPT is an AI-powered language model developed by OpenAI. It is based on the GPT-3 architecture, which uses deep learning techniques to generate human-like responses to text-based prompts. ChatGPT has been pre-trained on a massive corpus of text data, which allows it to understand and generate natural language responses on a wide …

Image Generation Using ChatGPT Inside Salesforce Read More »

PLATFORM EVENTS IN SALESFORCE

PLATFORM EVENTS IN SALESFORCE

In Salesforce we use platform events to connect business processes within the salesforce and the external apps through exchange of real-time event data. Platform Events are secure and scalable messages that contain data. Platform Events is based on EVENT-DRIVEN-ARCHITECTURE that enables an application to detect “Events” or important business moments and act on them in …

PLATFORM EVENTS IN SALESFORCE Read More »

Integrate SharePoint with Salesforce using Microsoft Graph API

Integrate SharePoint with Salesforce using Microsoft Graph API

Why Integrate with SharePoint? One of the main reasons is the revenue cost. With SharePoint integration, an organization can save a lot in Salesforce’s storage costs. A standard SharePoint storage is 1 TB. If that is not enough, extra storage is available at a very reasonable price of $0.20/month per GB (exact plans are available …

Integrate SharePoint with Salesforce using Microsoft Graph API Read More »

Send ICS calendar invitations for Outlook meetings

Send ICS calendar invitations for Outlook meetings

Here we are going to send the meeting invites from salesforce using ICS calendar to our outlook. In general ICS is the  iCalendar/.ics/.ical file and it is used to store the calendar information. Whenever you export anything a outlook, google, etc., calendar  it will automatically save as .ics file. New and updated meetings are sent …

Send ICS calendar invitations for Outlook meetings Read More »

How to use external Id to Upsert data in salesforce using Talend

How to use external Id to Upsert data in salesforce using Talend

Please find below links for the installation and introduction about Talend. https://blogs.absyz.com/2018/10/16/introduction-to-talend-integration-tool/ https://blogs.absyz.com/2018/10/17/how-to-export-data-from-salesforce-using-talend/ What is an external Id? External Id is a very interesting feature given by Salesforce. It is very helpful when we are importing data from external system without duplicates. It references an ID (record Identifier) from external system. Only 3 types of …

How to use external Id to Upsert data in salesforce using Talend Read More »

Salesforce Integration with WordPress

Salesforce Integration with WordPress

This post will help you to integrate Salesforce with WordPress and access the blogs in Salesforce from WordPress. Here we are getting the blog from a linked WordPress account and displaying it in a lightning modal popup in Salesforce. Steps to be implemented: 1. Create an app in WordPress application manager [create App]. Redirect URL …

Salesforce Integration with WordPress Read More »

Scroll to Top