Deployment

Salesforce CI/CD: Release management with Gearset

Please refer below blog to know how to setup gearset https://blogs.absyz.com/2019/10/18/salesforce-ci-cd-introduction-to-gearset/ Software deployment involves installation, configuration, development, testing and Go- live/ releasing it to production for use. It can either be carried out manually or through automated systems. Release management provides a framework to control when and where changes are promoted from one Salesforce organization… Continue reading Salesforce CI/CD: Release management with Gearset

Lightning · Outlook

Outlook connection with Salesforce through custom Objects

This blog post helps you to integrate Microsoft Outlook with Salesforce by using Lightning for Outlook sync by OAuth 2.0 connection method and create Custom Objects data from outlook. Set Up Lightning for Outlook in the Microsoft Outlook For setting up of Outlook connection to salesforce, please follow the below blog from points 1-9 to setup… Continue reading Outlook connection with Salesforce through custom Objects

Marketing · Marketing cloud · Pardot

Pardot : Understanding Layout Templates

INTRODUCTION A layout template controls the style of various web elements managed within Pardot. They are used for landing pages, forms, and site search results. Layout templates are used to format custom forms and landing pages. In a way, they are reusable blocks of code that give your marketing assets a defined structure and style.… Continue reading Pardot : Understanding Layout Templates

Apex · Email Service · Integration · Outlook · Salesforce · Trigger

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… Continue reading Send ICS calendar invitations for Outlook meetings

CPQ · Salesforce

Salesforce CPQ

Introduction Configure Price Quote (CPQ) is a powerful ­­­sales tool that enables companies to produce accurate and highly configured sales quotes for customers — especially in complex sales transactions. CPQ software allows for product, pricing, and business rules which are often complex to be centralized, automatic and available in real-time. CPQ, works in real time… Continue reading Salesforce CPQ

Lightning · Lightning Web Components

Using Modal/ Popup in Lightning Web Components

In this blog, we will be learning to use Modal/ Popup in Lightning Web Component. We will be using SLDS classes that helps in showing or hiding the Modal. The below classes help in showing and hiding of the modal slds-fade-in-open – Shows the modal slds-backdrop_open – Shows the backdrop(greyed out) So, adding and removing… Continue reading Using Modal/ Popup in Lightning Web Components

Integration · Paypal

Salesforce integration with Paypal

Purpose of Integration The main purpose of this blog is to integrate the Paypal Payment Gateway with Salesforce. Paypal is useful to make the payment from e-com community or sites.In this blog, we are going to implement Paypal integration with Salesforce for a basic payment for Merchant Type account, the payments would be from Customers… Continue reading Salesforce integration with Paypal

Deployment · Salesforce

Salesforce CI/CD: Introduction to Gearset

What is CI/CD? Continuous Integration or Continuous Delivery is the idea of automating deployments so that that you can continuously integrate and deliver small changes rather than doing massive releases.      CI means setting up an automated process that allows developers or admins to push their changes in real time. The technical goal of… Continue reading Salesforce CI/CD: Introduction to Gearset

Google Maps · Salesforce

Navigate to Google Map from Salesforce

In salesforce we have several requirement to navigate to Account location or Lead location on google map. Mostly sales representative need to navigate to exact account location. In most of the case we look to integrate google map with salesforce which could be costly and will have some maintenance charge as we need to buy… Continue reading Navigate to Google Map from Salesforce