Django community: RSS
This page, updated regularly, aggregates Community blog posts from the Django community.
-
How to Set Up Email-to-Case and On-Demand Email-to-Case
In any Organization, Support is important to enhance good relationship with their customers. In Salesforce, whenever a customer mails any need of support or interaction with the organization, then the mail is automatically converted into case and assigned to the certain user based on the subject and information available in that mail. In this, we will look into Email-to-Case and On-Demand Email-to-Case. -
How to Use Custom Labels in Salesforce
Salesforce is used by many users whose native languages are different, If the application doesn't have any Multilanguage feature, it would be difficult for the users to use it. So, in Salesforce we have Custom Labels where multilanguage applications can be created. -
Letsencrypt Wildcard - Setup Wildcard Subdomain Using Letsencrypt and Certbot
To get wildcard supported certificates, we need to pass the challenge which requires adding TXT records in your dns records.To get certificates for single domains, there is no need to modify dns records. Check this link https://micropyramid.com/blog/configure-ssl-with-letsencrypt-and-nginx/ for more info. -
HTTP2 and SPDY Protocols - Make HTTP Faster and Safer
HTTP/2, next version of HTTP/1, http/1 can not handle the present web which has become more resource intensive, it cannot processes multiple requests in an efficient manner. HTTP/2 has got many techniques to harness the requirements of current web experience.SPDY is the core part of HTTP/2 protocol, many of the http/2 protocol techniques are part SPDY. -
Creating Custom Splash Page in Salesforce
In many websites, we come across a page displaying first and then redirecting to the main website page automatically or clicking on a button, which is known as splash page. In Salesforce, we can have splash pages for tabs(custom objects). Upon clicking on the tab, we can have a splash page first and then the regular tab as it is. -
Highlights of Salesforce Summer '18 Release Notes
Salesforce gets its CRM updated for every release. Generally, Salesforce has three releases per year(spring, summer, winter). In this we are going to look into updates and features of summer '18 release notes. -
Salesforce Source Code Management with Visual Studio Code, Git and GitHub
Salesforce made an easy to manage Salesforce source code with Visual Studio Code and GitHub by providing necessary extensions in the Visual Studio Code and Salesforce CLI which helps you to do manage whole process more easily. Here, we discussed about how source code can be retrieved and deployed to Salesforce orgs as well as to Git and GitHub. -
Tips and Best Practices on How to Use Salesforce Campaign Management Effectively
Tips and Best Practices on how to use Salesforce campaign Management Effectively to increase the number of leads. -
Is Salesforce Good for Small Business?
Get detailed information about how salesforce is good for small business and it's advantages and disadvantages -
Which CRM is Best for Startups and Small Businesses?
There are many CRM software providers but there will always be the best one that is Salesforce CRM which is in the industry for nearly 20years, they have easily won the huge amount of market shares on Sales, Marketing and customer service applications -
Integration of 2Checkout with Django
Payment Gateways which facilitate communication within banks and Security is an integral component of all payment gateways, as sensitive data such as Credit Card Numbers need to be protected from any fraudulent parties.We are having payment gateways like paypal,braintree,payumoney,2checkout... In this post,we will see how to integrate 2checkout with our django application. -
Salesforce Marketing Automation Benefits
Marketing automation system is a software platform which allows marketing team and organization to execute it effectively across channels like email, social media and websites to personalize and automate the tasks. -
Salesforce Lead Management Tips and Best Practices
Lead Management is one of the main functionalities for business growth. Lead Management functionalities helps the customers to get more leads and sales. -
How to Choose Salesforce Consulting Partner for your Company
MicroPyramid is one of the salesforce consulting partner companies which has the best proficient salesforce employees working there and it is good at handling the client services, Marketing, and Sales activities -
Governor Limits in Salesforce
Since Salesforce keeps running on the multi-tenure condition and so as to have a similar presentation to the database, it has forced some runtime limits called governor limits -
Salesforce Quip Integration to Improve Productivity
Salesforce Quip Integration to improve enterprise productivity -
Salesforce Non-Profit Cloud to Manage Funds, Program and Marketing
Salesforce Non-Profit Cloud to manage funds, program and marketing -
Ansible for Server Process Automation
Ansible is one of the few automation tools which uses an agentless architecture, where you dont need to install daemons in client nodes for interacting with controlling system. It combines multi-node software deployment, ad hoc task execution, and configuration management. -
Easy and Simple Guide to Salesforce Pricing and Implementation Costs
Easy and simple guide to Salesforce pricing and implementation costs -
How to Set Field Level Security in Salesforce
Field Level Security gives permissions to administrators to restrict user’s access to view and edit some specific fields -
Check Test Coverage in Django Code with Coveralls
Coverage: It is a tool used for measuring the effectiveness of tests, showing the percentage of your codebase covered by tests.Test Coverage is an important indicator of software quality and an essential part of software maintenance. It helps in evaluating the effectiveness of testing by providing data on different coverage items. It is a useful tool for finding untested parts of a code base. Test coverage is also called code coverage in certain cases. -
Salesforce Consulting Services Helps to Increase ROI
Micropyramid is a leading salesforce company that offers best salesforce consulting services to enhance your industry’s revenue and build your business -
Difficulties in Salesforce Implementation and it's Solutions
Salesforce has many features and advantages in CRM platform. Despite of its enormous benefits, Salesforce has some difficulties in implementation of CRM software. So, let us see major salesforce implementation problems and their solutions. -
Set Up of Communities in Salesforce
In any business communication among employees, customers, users and clients are very important. To collaborate and communicate in Salesforce we use communities. Communities will make sure that the customers get solutions to their queries in one place. -
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.