Apex Callout – GET request received as POST

Matt/ March 1, 2022/ Development, Integration, Salesforce

Have you ever tried to address an issue with your code and gone down a rabbit hole? Of course you have. I recently encountered a pretty great one. It all started with this message from the console: Let’s set the stage. The endpoint for an existing integration (Remote Process Invocation – Request and Reply) was performing poorly so the client

Read More

Tips On Passing Salesforce OmniStudio Consultant and Developer Exams

Matt/ January 18, 2022/ Certifications, OmniStudio, Salesforce, Technology

OmniStudio is one of the hottest new technologies on the Salesforce platform, and after being acquired by Salesforce in early 2020, it’s now officially a part of the Salesforce family as Salesforce Industries. When I first started playing with OmniStudio last fall I was surprised to learn this product is actually a part of Einstein Automate. With OmniStudio, you can

Read More

Workflow Approval Objects in Salesforce

Matt/ January 14, 2022/ Salesforce

I had reason this past week to work with Approval Processes in Apex. I guess I had never thought about it too deeply, but I was surprised to learn that these objects are all second-class objects. If you’re not familiar with the Approval Process architecture, there are five main objects: ProcessInstance represents an end-to-end approval process; ProcessInstanceWorkItem represents a user’s

Read More

Can Education Cloud Make You a Better Architect?

Matt/ January 5, 2022/ Salesforce

While writing this article I couldn’t help but to draw comparisons to those high school assignments at the start of every new year of school: an essay entitled “How I Spent My Summer Vacation”. That ultimately reminded me of The Ataris song of the same name, so now I’m listening to music from my own high school days while writing

Read More

Orphaned CronJobDetail records breaking Scheduled Jobs in Salesforce Summer ’17

Matt/ July 20, 2017/ Salesforce

For the second year in a row, we’re lucky to be among the first to discover a problem with the summer release of Salesforce, and have that problem become a known issue. Last year LightningLockerServices Critical Update. What’s the problem? I’m witnessing an issue in a sandbox we recently refreshed. We’re running a vendor product on top of Salesforce (this

Read More

Formatting or Parsing Date & DateTime in Salesforce

Matt/ March 23, 2017/ Salesforce

Over my career I’ve done a number of things, from ColdFusion then developing printer drivers, to .NET, PHP, Dynamics CRM, and now Salesforce, while playing around with things like python and android development in my spare time.  I’m not sure why, but I’ve never had as much of a problem with Date Formats anywhere else as I have with Salesforce.