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
Articles that strengthen our current focus on AI systems, modernization, and product engineering, alongside the broader engineering archive.
Older posts still cover Django, Python, AWS, Salesforce, React, Flutter, and Svelte, but the clearest current signal is around the three service lanes below.
AI Systems
RAG, knowledge workflows, search, and practical AI system design.
Explore service pageModernization
Legacy cleanup, migration planning, Django rescue, and safer system change.
Explore service pageProduct Engineering
Full-stack delivery, dashboards, portals, MVPs, and AI-ready product work.
Explore service pageIn 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...