A field wasn’t found or isn’t supported for Apex action

When using invokable apex and you’re passing in an object or list of objects you might get this error: “A field wasn’t found or isn’t supported for Apex action” For me it was the Billing fields on the Contract but the quick fix is basically when you build your list of records do not select…

Silly Flow Trick: Record Count

On a project that has me doing a lot of Salesforce Flow. I’ve seen a lot of people using a loop to do record count which was probably the only solution a couple releases ago but with all of the enhancements constantly coming it is hard to keep up. Anyhoo, this is a quick way…

How to Find Salesforce Hostnames for URL Redirects in Flow

When doing custom salesforce buttons and actions, knowing what your hostname is and/or the instance you are on is important when trying to add functionality and redirects to other custom or managed package resources. And with Lightning and Apex you have javascript and the URL methods respectively in order to determine your URL and hostname…