There is a lot of material to study for Salesforce Certs. I am currently preparing the Salesforce Developer I cert, and I have decided to share the charts I am using for that purpose. The first two posts of this series are inspired in this article. I hope you find it useful, the original and …
Learn from the experts: Create a successful blog with our brand new course
Are you new to blogging, and do you want step-by-step guidance on how to publish and grow your blog? Learn more about our new Blogging for Beginners course and get 50% off through December 10th.
How declarative tools can impact your processes performance
I would like to highlight how easy is to face performance issues when mixing declarative and non-declarative processes. The following is a simplified example of how Salesforce works when declarative and non-declarative processes interact in the same transaction. Note: This post is not to start a discussion about what is better, code or point&click. This …
Continue reading How declarative tools can impact your processes performance
Packages, custom fields and human mistakes.
In this post, I want to explain an issue I recently faced and resolved. But to understand this issue you will have to imagine the following scenario. A packaging org with an unpackaged field.You need this field to replicate your customer's scenario in your org.Your customer has other business processes where this field is involved.Those …
Continue reading Packages, custom fields and human mistakes.
$ sfdx force:flyingonthecloud:cheatsheet
sfdx_cheat_sheetDownload
Salesforce Lightning Design System
The Salesforce Lightning Design System or SLDS is a collection of resources for designers and developers created by Salesforce. It contains design guidelines to match the Lightning Experience look and feel and also markup and CSS we can grab and use on/off the platform. Going into the detail, the major benefit of having a design …
CSS In Lightning Components
I have to recognise that there is a long time since I wrote my last CSS. So maybe, there are things that have surprised me but that you already have used out of Lightning. Anyway, I am about to remark a couple of points that, for me, make a difference between CSS in Lightning and …
Aura Framework Architecture
When I start with Lightning I had a big mess in my head regarding Aura, Lightning Experience (LEX) and Lightning Components. In case you are in the same point where I was, it could be important to clarify that Lightning Components are based on Aura and LEX is built with Lightning Components. To know how the …
Development tools & setup for Lightning Component development
It is time to get serious and head into my secret passion, the frontend development. And this, talking in terms of Salesforce, means Lightning Component development. So let's start a new blog series starting from the very beginning. So, log into your favourite dev org and go to the setup, because I am going to …
Continue reading Development tools & setup for Lightning Component development
My Top 5 Change Data Capture Highlights
In the previous post, we had an overview about Change Data Capture (CDC). But in this one, I would like to go a bit into the detail by highlighting my favorite points of what I observed along this pilot program. Publishers will be automatically generated. In CDC you do not have to care about publishers. …
Change Data Capture. A quick overview
A couple of months ago I had the chance to collaborate in Change Data Capture pilot program thanks to a workmate. It was a great experience and I felt like a little boy with new toys. Change Data Capture (CDC) caught my attention in DF17. It is a really powerful feature but I think it …