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...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
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)...
In the salesforce organization, when you are building a component or application, it's important to know how the component or application should ...
Now we are going to index text content which is stored in structured files such as PDFs, Microsoft Office documents, images, etc using haystack and so...
For any type of CRM, we will receive various emails from different external systems. To create or save the information received via emails in Salesfor...