
Solutions for processing Spring Batch jobs when you need to process input where the final list of records to process depends on another list. This is the second post of two, from Jeremy Yearron.
Jeremy Yearron, December 4, 2017 Read More →
Salesforce Custom Objects and Custom Fields, friend or foe? Admin vs Dev Challenge 5

One of the first things you learn to do when configuring a Salesforce instance, is create new Custom Fields and new Custom Objects. Setting up your data structure is the cornerstone of tailoring that off-the-shelf software feeling into a comfy suit that snugly fits your business needs. Custom fields lend us an awful lot of...
Jenny Bamber, November 23, 2017 Read More →
Dreamforce Daily 2017: Wednesday

It's Dreamforce hump day, and here is Desynit's third daily conference update, covering the Service Cloud and Developer Keynotes.
Amy Grenham, November 8, 2017 Read More →
Dreamforce 2017 Digest: an daily update from the conference next week

A daily update of highlights and insights from Dreamforce 2017, delivered direct from the Desynit team.
Amy Grenham, November 2, 2017 Read More →
Spring Batch lists of lists and how to read them (Part I)

Sometimes for a batch job you need to process some input where the final list of records to process depends on another list. There are a number of ways to do this - Jeremy Yearron walks us through three ways he uses Spring Batch to help him on this task.
Jeremy Yearron, October 30, 2017 Read More →