Yahoo Italia Ricerca nel Web

Risultati di ricerca

  1. 11 gen 2020 · Correctly implementing the Repository pattern means that you only need one seam, or spot where your tests do something differently from your production level code. But let’s do it in true TDD style — starting with the tests. We can even start from the same code we already have.

  2. 28 dic 2019 · Let’s implement the method in our DML class to fix this issue. public class DML { public SObject doInsert(SObject record) { Database.insert(record); return record; } } Easy peasy. In fact, let’s update the code so that we get both record and records-based ability to insert:

  3. 19 dic 2021 · A Year In Open Source. At the end of 2020, I decided to take 2 weeks off of work at the end of the year. I was very fortunate to be able to do so, and I found myself in the position of wanting to give back. I’d had to replace DLRS within the org for the consulting company I was working for several months previously, and the idea of creating a ...

  4. 31 dic 2019 · Summing up Dependency Injection & The Factory Pattern In Apex. DI Factory Addendum. Welcome back to another episode in the continuing Joys Of Apex discussion. In my last post, I covered how to wrap your SFDC DML operations using DML / DMLMock. Now, let’s talk about Dependency Injection (DI) - popularly used to simplify object creation, allow ...

  5. 10 nov 2021 · It’s really amazing in an org with a lot of logging setup to watch the events as they’re created!) 6. Log Scenario Field & Rules. One of the newest features of Nebula Logger, this idea came from @fentes and @jverelst and was partially introduced in v4.6.10, with additional functionality added in v4.6.12.

  6. 29 lug 2016 · Jim Simone is a police officer like no other, and Badge 387 is a terrific human interest book, and a dramatic and compelling read." --John Ferak Authorof Bloody Lies: A CSI Scandal in the Heartland (The Kent State University Press, 2014) "When I first met Jim Simone many years ago, he had already experienced enough to warrant a book.

    • Robert Sberna
  7. 27 mar 2020 · Introducing the DataProcessor. Fixing the DataProcessor. Batchable & Queueable Summary. Batchable and Queueable Apex are both powerful processing frameworks within Salesforce. Unlock the power of both Batchable and Queueable Apex with the easily extendable DataProcessor pattern, which I’ll detail in this post. This has been a long time coming.