top of page


Salesforce Hacks # 7 : Default Standard Quote Line Item Quantity
After having this requirement for a customer, I was shocked to find out that there is no standard functionality on how to deal with this...
caleksiev
Jul 3, 20246 min read
Â
Â
Â


Salesforce Hacks # 6 : ( Hard ) Refresh the page after screen flow completes
Ok, this is one was really interesting to build! SCENARIO: I have a parent record, in my case Contract and related list, Orders for me....
caleksiev
Dec 6, 20235 min read
Â
Â
Â


Salesforce Hacks # 1 : mass delete Salesforce Flow versions
SCENARIO: You want to delete a custom field, but the field is referenced in too many places, including 20+ or 30+ obsolete flow versions....
caleksiev
Sep 20, 20232 min read
Â
Â
Â


Salesforce Hacks # 2 : mass edit filters in Salesforce reports
Spoiler Alert: you need VS Code for this one Just recently I had to deal with the following task. We have 200+ reports in an org. I...
caleksiev
Aug 9, 20232 min read
Â
Â
Â


Salesforce Hacks # 3 : How to use Workbench Metadata for Deployments
This one I learned just recently thanks to my friend ( and onboarding buddy for life ) Mariyan Topalov. It gives us a way to use...
caleksiev
Feb 21, 20232 min read
Â
Â
Â


Salesforce Hacks # 4 : Reorder Record Types when creating a new Record
This was a really tricky thing to do and it's NOT the best solution for the problem, but still this is my humble experience with it. THE...
caleksiev
Nov 18, 20223 min read
Â
Â
Â


Salesforce Hacks # 5 : Custom New Object button and option to select Record Types
This one kept me occupied for at least 2 hours until I figure out what was the problem, so in order to remember what I have done and...
caleksiev
Nov 2, 20222 min read
Â
Â
Â


The backbone of Salesforce: Apex part two sObjects
Salesforce is a CRM like no other and Apex is a unique programing language as well. As promised ( with some delay ), I would like to...
caleksiev
Sep 24, 20225 min read
Â
Â
Â


The backbone of Salesforce: Apex part one Primitive Types
What is Apex: it is a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control...
caleksiev
Aug 19, 20224 min read
Â
Â
Â


Salesforce: some quick intro
Customer Relationship Management (or CRM for short) is often referred to a CRM system, which companies use for building customer...
caleksiev
Aug 19, 20222 min read
Â
Â
Â


How I became a Salesforce Developer
I was wondering for quite some time, how to begin this article, so I will go a little bit back. Some quick introduction about me: I have...
caleksiev
Aug 19, 20227 min read
Â
Â
Â
bottom of page