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...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
Apex provides collections such as List, Set, Map. Each collection has its own properties and characteristics that make them to use widely in salesforc...
In this blog post, we will learn how to setup and use gitlab container registry to implement, test build and deploy your code automatically with Docke...
Customers in these days expect quick resolutions to their queries. In Salesforce, to resolve queries for the customers in a fast and efficient manner,...
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...
HTTP Authentication is used to allow access limit to a site or particular directories by validating the username and password. HTTP basic authenticati...
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 i...
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 w...
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 c...
Containers run services in an isolated environment, if we deploy our applications using containers then the host system on which these containers are ...