Vivid Software Blog

Salesforce.com Gorilla Development

Did you ever have an older Visual Foce page that a client doesn’t want to pay to have updated? But they need some extended functionality that would be rather difficult to duplicate using Visual Force...
So I was recently trying to get a list of LWC components and found that the Object was name LightningComponentBundle. Now if you want to see the components you could use the Developer Console, select...
With the upcoming release of Salesforce imminent for 2022, we will see the deprecation of API versions 7 through version 30. Now you can do a few things, you can check your Setup -> Apex Classes...
Once you have a login for Spring CM and connection established with Salesforce (if you do not have a connection to Salesforce setting it up can be found here – https://support.docusign.com/en/guides/...
Interesting title right? What do I mean by Dynamic Programming? By Dynamic Programming I mean using Apex to create code that can handle a variety of dynamic situations without being reprogrammed. For...
So I get asked this quite often. How do I replace text in a formula field? Normally as a programmer I’d lean toward using a regular expression (or regex). Then I got to thinking… how would an...
The Force.com Platform allows for multiple ways to access data and to control that access on different levels. The different ways you can access the Objects are: 1. Object Level 2. Record Level 3...