I started this blog back in 2013 and have neglected it in recent years, mainly on account of my work commItments and treading that fine line called conflict of interests. As my WordPress hosting comes to an end soon, I…
I started this blog back in 2013 and have neglected it in recent years, mainly on account of my work commItments and treading that fine line called conflict of interests. As my WordPress hosting comes to an end soon, I…
Dates and DateTimes don’t always play nicely when you’re trying to push them through from environment to environment. You often have to mess about with them a bit to shoehorn them in and out of Salesforce. I’m going to look…
My Blog posts are like buses. You don’t see one for ages and then two come along at once. I was musing, like you do, what to do when Unit Testing a service that makes successive call-outs to the same…
I have a little pattern I use for wrapping custom settings. It has two uses, first to provide sensible defaults if the settings have not been configured and secondly to make writing unit tests easier with predictable values. If you’ve…
Introduction Salesforce, with its rich set of APIs allows endless integration with 3rd party systems. The key to accessing Salesforce from another system, be it a Web App, Mobile device or even a command line script, is logging on and…
For those of you having tried to implement the Lightning Lookup from my post: https://meltedwires.com/2015/10/31/salesforce-lightning-lookup-component-v2/ You may have experienced what appears to be a platform bug surrounding <aura:if> that results in the friendly, yet uninformative error: “Something has gone wrong. Cannot read property ‘childNodes’…
My girlfriend and I were lucky to escape from Le Bataclan on Friday night in Paris while watching The Eagles of Death Metal. We survived thanks to the love and compassion of the people of Paris and we thank them…
Version 2 This is Version 2 of the Salesforce Lightning Lookup Component. I had one of those, ‘Why didn’t I do it like that instead?‘ moments in the shower this morning. Essentially, it’s less code as I’ve done away with the rendering…