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.

Django Inclusion Tags

Django’s template system comes with a wide variety of built-in tags and filters designed to address the presentation logic needs of your application. You can extend the template engine by defining custom tags and filters using Python, and then make them available to your templates using the {% load %} tag.

Custom template tags and filters must be inside a Django app. If they relate to an existing app it makes sense to create them there; otherwise, you should create a new app to hold them.

How to Convert a Web Page into PDF Format Using RenderAs Attribute

Companies frequently need web page data to be converted into pdf. So, they can have an easy look into the progress. For this in salesforce we can convert visual-force pages, which consist of critical data into PDF format.

Salesforce Read Full Post

How to Enable Opportunity Splits in Salesforce

Opportunity splits allows sales representatives to divide credit and revenue on any sales deal. If your sales process splits revenue from closed-won deals to give credit more than one team member then opportunity split feature will be used.

Salesforce Read Full Post

Understanding Django Permissions And Groups

Django comes with a simple permissions system. It provides a way to assign permissions to specific users and groups of users. We can have permissions for add, edit, deleting a model.

Process Builder in Salesforce

Process builder is the best automation tool available in Salesforce which can perform complex workflows seamlessly to automate anyone's business process. We can view process in graphical representation before activating it.

Salesforce Read Full Post

How to Create Permission Sets in Salesforce

A permission set is a collection of settings and permissions that give users access to various tools and functions.

Salesforce Read Full Post

How to Create One to One Relationship between Objects in Salesforce

Salesforce provides two relationships known as one to many relationship and many to many relationship(this can be done using junction object). Hence in this, we create one to one relationship by using lookup field, using roll up summary and triggers.

Salesforce Read Full Post

How to Access Schema Builder in Salesforce

Schema builder in Salesforce is used to get all the objects and different kinds of relationships in one place. It can be used to modify and design new data models. Objects and fields can be created or modified in the schema builder.

Salesforce Read Full Post

How Salesforce Financial Service Cloud Solves the Major Financial Service Problems

Salesforce Financial service cloud is designed to connect with the customers and clients more personally than ever. It helps to solve the security and other challenges faced by financial sector industries

Salesforce Read Full Post

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