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
299 views
0 comments

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
3,234 views
0 comments

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
3,551 views
0 comments

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
134 views
0 comments

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
281 views
0 comments

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
3,332 views
3 comments

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
1,670 views
5 comments

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
21 views
0 comments


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
30 views
0 comments

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
13 views
0 comments

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
220 views
2 comments
bottom of page