Salesforce
Managing Duplicate Records in Salesforce
Maintaining clean and accurate data is critical in any CRM system. Salesforce provides tools to manage duplicate records in Salesforce.In Salesforce there are Duplicate Rules and Matching Rules to help users prevent or manage duplicate records.Duplicate Rules can be created for Accounts,Contacts,Leads and any Custom Object. User permissions required to create and edit duplicate rules …
Google Assistant Integration with Salesforce – Part 1
Everyone has come across Google Assistant which help people in communication that is a Google’s voice-controlled AI smart assistant. Google Assistant is integrated with Salesforce, to make communication easy and reduce the work. Here we do a simple integration with Salesforce to create, delete and fetch details of a particular record. First, we should sign …
Google Assistant Integration with Salesforce – Part 1 Read More »
Custom Calendar Lightning Component
Calendar view allows you to view all your events in Salesforce. You can create, view and edit your events in a single view. In this example we will open and edit Salesforce events from this custom calendar component. The calendar view created consists of the following functionalities: Grid format with month, week , day to …
Integrate MaritzCX with Salesforce
Customer satisfaction is the success of any business. MaritzCX is an application that provides Customer Experience software (CX) and research to help respond to the Voice of the Customer instantly through CX Platform. MaritzCX, integrated with SF, helps add meaningful, actionable customer experience data to Salesforce. This blog is intended to share information on Integrating …
Handling Exceptions in Lightning using AuraHandledExceptions
Exceptions are bad unless we know what actually caused them. My personal experience with exceptions has always been quite bad. It becomes worse if you are working with Lightning Components. Errors happen. Sometimes they’re expected, such as invalid input from a user, etc. and sometimes they just appear out of the blue, leaving you clueless. …
Handling Exceptions in Lightning using AuraHandledExceptions Read More »
Basics of Heroku Postgres
When we talk about any application, the database is an important aspect to be considered. Heroku provides it own database add-on that allows to scale large set of data. It is a managed SQL Database service. We can use Postgres with applications in any languages supported by Heroku. Heroku Postgres is more reliable, scalable and …
Java Web Application Deployment on Heroku
Heroku, a Salesforce company, provides developers with a faster and more effective way to create, deploy, and manage apps in the cloud. If you are a salesforce developer alone and you want to work on Heroku with language Java ,this blog guides you well. In this blog we will go through the files to be …
Uploading files from Salesforce to Azure Blob Storage
In recent times, AWS S3 has been the focus for people looking to store large volumes of files. This blog focuses on using Microsoft’s Azure Blob storage to do the same. In essence, Azure Blob storage has a very similar structure to S3. You need to start with creating a storage account. Inside the account …
Uploading files from Salesforce to Azure Blob Storage Read More »