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.
Jquery: Features, Overview and its Future
With the invention of new javascript frameworks and libraries, it is difficult for jquery to return to its prominence, but jquery will still be used by developers.
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
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.
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.
Gitlab and Docker - Continuous Integration, Deployment and Continuous Delivery
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 Docker.
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.
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.
How to Setup HTTP Password Authentication with Nginx
HTTP Authentication is used to allow access limit to a site or particular directories by validating the username and password. HTTP basic authentication can also be combined with other access restriction methods, for example, restricting access by IP address or by geographical location.
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.
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.