Innovate anywhere, anytime withruncode.io Your cloud-based dev studio.

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.

10 Ways How Salesforce Integration Improves Business Performance and 3rd party apps

Salesforce Integration is a process of connecting two applications or systems running on common/different platforms. These integrations have different layers like Data, Business Logic, Presentation and Security, depending on the requirements

Salesforce Read Full Post

How to Use Set in Salesforce

Apex provides collections such as List, Set, Map. These are similar to arrays, but these collections have advanced features and easier methods than an array. Set is a collection of unordered elements and don't contain any duplicate values.

Salesforce Read Full Post

How to Use List Methods in Salesforce

Apex provides collections such as List, Set, Map. These are similar to arrays, but these collections have advanced features and easier methods than an array. We will see about List, which is used widely in salesforce.

Salesforce Read Full Post

Inbound Email Service for Creating Records in Salesforce

For any type of CRM, we will receive various emails from different external systems. To create or save the information received via emails in Salesforce, we have Email Services known as Inbound Email Service

Salesforce Read Full Post

How to Create Master-detail Relationship in Salesforce?

In Salesforce, relationships are used to create a link between objects. Whenever user clicks on particular object they can view its data and related data of that object. There are many relationships in salesforce, one among them is Master(parent)-detail(child) relationship.

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

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 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

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 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