Initiation of my Salesforce blogging

I will use this online presence to share what I have learnt, implemented and applied. Also a tidbit about current endeavors. All about SALESFORCE!!!

This is the beginning.

Here are few things I am going to focus as we are in 2022.

We no more need following code that deletes all accounts that are named 'DotCom':

Account[] doomedAccts = [SELECT Id, Name FROM Account WHERE Name = 'DotCom']; try { delete doomedAccts; } catch (DmlException e) { // Process exception here }

FLOWS are now the biggest thing in salesforce for Admins to scale and Developers to have a brilliant alternative of less code approach. The Architects providing solution now have a robust tool in their hand which surpasses it's predecessors (Process builder, Workflows) by a huge margin as far as usability as well as utility is concerned.

Screenshot 2022-02-13 215508.jpg

We will take beginners approach with upcoming blogs. Stay Tuned!