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.

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

Basics of Django Templates

Django template engine comes as part of django framework and its very easy, extensible and handy to develop complex web applications with simplest efforts. Lets see basics of django template engine.

Basics:
A template is a text document, or a normal Python string, that is marked-up using the Django template language. Template system in Python can be used in the following way:

Copy Text to ClipBoard Event using Javascript

Here you can learn about copy to clipboard using JavaScript. Copying content from a web form without needing to use the default browser functions. For this i am using ZeroClipboard functionality in the JavaScript.

JavaScript Read Full Post

Famous Apps Built with React Native

Famous Apps built with React Native

React Native Read Full Post

Securing Elastic Search Instance with Shield

Shield allows you to protect elastic search data with a username and password. It provides additional functionalities like encryption, role-based access control, IP filtering. It is Official Plugin of Elasticsearch which embeds well with other elastic search products like kibana and log stash. Initially, Shield is available for 30days try after which you can renew the license

Server Management Read Full Post