MicroPyramidBlog

Explore a blog dedicated to a wide spectrum of topics including Django, Python, Machine Learning, Salesforce, Angular, React, Flutter, Svelte, LINUX, and Amazon Web Services.

How to Manage Large Data Volumes Using Skinny Tables and Indexes

In every case, it’s hard to deal with tables containing a huge number of records. You can make skinny tables to contain oftentimes utilized fields and to maintain a strategic distance

Salesforce Read Full Post

How to Create Web-to-case in Salesforce

Customers can submit their cases directly in their website using a simple web-to-case form. These forms are used to convert submitted information into customer support requests and cases which can be seen in Salesforce.com

Salesforce Read Full Post

How to Run a SOQL Query in Salesforce

Salesforce Object Query Language(SOQL) is used to fetch the data from Sobject in salesforce organization. As we know SQL is used by .Net developers to get data from a database in the same way SOQL is used by salesforce developers to get the data.

Salesforce Read Full Post

How to Use Map Methods in Salesforce

Apex provides collections such as List, Set, Map. Each collection has its own properties and characteristics that make them to use widely in salesforce. One of them is Map and we will see about it.

Salesforce Read Full Post

Basic Live Agent Implementation

Customers in these days expect quick resolutions to their queries. In Salesforce, to resolve queries for the customers in a fast and efficient manner, we have Live Agent. This live agent provides customers the ability to interact with the support agents.

Salesforce Read Full Post

How to Set Up Escalation Rules in Salesforce

In many businesses, when customers raise cases, and they are assigned manually to the agents by looking over the case details. But nowadays, cases are automatically escalated to the support agents by providing rule criteria. In Salesforce, we use escalation rules to automatically escalate cases.

Salesforce Read Full Post

How to Create Custom List Views

In Salesforce, when you go to the home page of any object, you will get to see a standard view of records in that object. If you want to look at the important and useful records of an object in the form of a list, Custom List views are created.

Salesforce Read Full Post

Workflow Field Update Action in Salesforce

In Salesforce, field update is used to change or update field records. This can be done by a creating field update actions and associating them with workflow rules, approval processes or entitlement processes.

Salesforce Read Full Post

How to Configure Web to Lead Generation in Salesforce

Web-to-lead allows you to create a lead record in Salesforce whenever a visitor submits contact information on your website. This all can be done by creating web-to-lead form with required fields and customization's.

Salesforce Read Full Post

How to Send Email to a Public Group in Salesforce

In Salesforce it is quite difficult to send email to users individually when there are many. So, upon creating public groups with required users working on a particular project or something else. We can send emails to required particular users using public groups.

Salesforce Read Full Post