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...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
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 ...
In Salesforce it is quite difficult to send email to users individually when there are many. So, upon creating public groups with required users worki...
In Salesforce, relationships are used to create a link between objects. Whenever user clicks on particular object they can view its data and related d...
In any business importing and exporting of data is very important. Only to some extent, we can enter the data manually in the fields of any organizati...
When you want to send information from Salesforce organization to any third party external service, Outbound messaging is used in Salesforce. It is a ...
Django has MVT architecture. A view in django is just a callable that takes a request and returns a response. But this can be more than just a functio...
As we know there will be role hierarchy in many organizations and permissions are assigned according to their roles. So, When a record or data is upda...
Serializers are used for “translating” Django models into other formats like xmi,json,yaml(YAML Ain’t a Markup Language)...