Tag: Apex

Become an Integration Superstar: Apex + Salesforce Mastery in 8 Weeks by Igor Kudryk

Hey nerds (yes, you amazing ones @ work) — let’s talk career upgrades.If you work in the Salesforce ecosystem, you probably already know this truth: Knowing Apex isn’t enough anymore — mastering integrations is what separates Juniors from Seniors. That’s where Integration Mastery, a live cohort by Igor Kudryk, comes in. I’ve been following Igor’s […]

Request Loop: there’s a new free app in (AppExchange) town

A new AppExchange app by WebResults (Engineering Group) Question: What happens if you put a messy Salesforce MVP in charge of the Innovation Team of WebResults? Answer: a lot of mess for sure, but also funny stuff! TL;DR Request Loop is a new free AppExchange app delivered by the Innovation Team from WebResults to help […]

Who needs so many records?

Today’s post has been written by Nikos Mitrakis, the creator of Forceea, an amazing Data Factory Framework for Salesforce.Some facts about Nikos: – Salesforce Developer at Johnson & Johnson EMEA Development Centre (EDC)– Started his Salesforce journey in 2014– Has passed 13 certifications, including Application & System Architect– Holds a Physics degree– Married since 1994, […]

How to create an Apex reusable Data Factory Library using Forceea Templates

Today’s post has been written by Nikos Mitrakis, the creator of Forceea, an amazing Data Factory Framework for Salesforce. Some facts about Nikos: – Salesforce Developer at Johnson & Johnson EMEA Development Centre (EDC) – Started his Salesforce journey in 2014 – Has passed 10 certifications, including Certified Application Architect – Holds a Physics degree […]

[Salesforce / Apex] Handling constants on classes

Few days ago I was thinking about optimizing the use of constants (usually of String type) inside projects to avoid proliferation of public static final String declarations on various classes (with a limited control over duplicates) but giving at the same time developers a way to increase readability of constants in their code. The reason […]

[Salesforce] The Sobject Crusade: ApexTrigger

Source: ApexTrigger The ApexClass is the most beloved object for Salesforce Developers. It identifies a specific Apex Class, so you can query for Classes runtime. Note that, even if the describe states that the ApexTrigger is creatable and updatable, an exception is thrown if you try to insert/update via API a trigger: use the tooling […]