Search

Quirky Apex

Developer related topics for the Salesforce.com platform

Month

December 2017

Yesterday I passed the Service Cloud exam! I have to admit this was a bit of a challenging exam to pass to say the least!

Some useful links to help pass the exam:

If you’re interested in what topics are in the exam or if you’ve got general questions let me know in the comments.

Sent off to get back Salesforce certification ranking from the Artisan Hub and here are my results! Ranked 6th within The Netherlands isn’t that bad if might say so!

artisan ranking

https://about.artisans.com.au/salesforce-certified-professional-artisan-hub-launch

FFLIB – Application structure

We’ve covered all of the layers so far in use when using FFLIB. Here’s a quick overview of the different layers again.

  • Selector – all of your queries go into this layer.
  • Domain – the layer which contains reusable pieces of code for working with sObjects and is the entry point for handling trigger events.
  • Service – business logic orchestration layer which can be called from anywhere in your application.
  • Unit of work – a pattern for managing transactions on the platform.

In this blog post I’m going to cover how to “stitch” all of those layers together to produce a rock solid code base and have an application structure which is properly set up.

Continue reading “FFLIB – Application structure”

Create a website or blog at WordPress.com

Up ↑