As part of my DevAdmin journey, I recently developed a tool that you can use to help normalize and clean up your billing address fields in Salesforce. Several months ago I embargoed on a project for a client to do some heavy data cleanup, which included normalizing addresses and deduping accounts. During that process, I … Continue reading Normalizing Account Billing Address
Development
How to Parse JSON using APEX
One of the things I am learning through my journey to becoming a DevAdmin is how to parse JSON. Understanding how to parse JSON is one of those absolutely necessary skills to have when learning APEX. The reason is that JSON has become one of the standard ways of delivering or receiving data. Most likely, any … Continue reading How to Parse JSON using APEX
5 Practice Problems for APEX Triggers
As part of my journey from a "Point and Click Admin" to a "Dev Admin", I wanted to be able to get more hands-on challenges for triggers than what Trailhead provides. Fortunately for me, I have some very good resources available to me and from such was able to get five different APEX trigger scenarios … Continue reading 5 Practice Problems for APEX Triggers