June '23 Minnesota Salesforce Developer Group Recap
Last month we had a little recap of the Summer '23 Release notes. The following were items we covered.
GA
LWS
Lightning Web Security (LWS) for...
Hello Everyone! Dreamforce start tomorrow so I put to gather a list of session I am hoping to get a chance to view once the recordings are available on ̶D̶i̶s̶n̶e̶y̶+̶ ...er... I mean Salesforce+.
...
One of my email accounts uses Office 365, when we started using it I was surprised that it did not support Plus aliases. A recent update I saw on Twitter announced it was possible, but the direct...
Hello, I'm Brett with WIPDeveloper.com. Recently, I was working on a lightning
web component that was being hosted in lightning out. And I was trying to use
the lightning message service to communi...
Need to enhance your current website? Considering a new web project? Before you reach for your standard front-end framework, consider switching to custom web components. Web components keep you fro...
Hello, I'm Brett with WIPDeveloper.com. Since we've taken a look at how to use loadScript, I wanted to point out one issue you may encounter when using this library Legra, I originally used the IFF...
Hello, I'm Brett with WIPDeveloper.com. Since we've been taking a look at loading from static resources, let's take a look at loading a JavaScript library from a Static Resource.
I've already trade...
Hello, I'm Brett with WIPDeveloper.com. We've already taken a look at how to load a static resource so that we could access an image. But what if we want to add some styles from a style library to ...
Hello, I'm Brett with WIPDeveloper.com. When working with lightning web components, one of the things you might have to access is a static resource. In this case, I would like to display an image i...
Hello, I'm Brett with WIPDeveloper.com. In early October, Salesforce released their Lightning Web Components Local Development beta. Let's take a look at setting that up real quick.
First thing we ...
Hello, I'm Brett with WIPDeveloper.com. Since we're rendering a list of objects, and we want the formatting for each one to be the same, we're going to extract each thing that's being rendered in t...
Hello, I'm Brett with WIPDeveloper.com, we're going to cover how to render a list of objects that we get back from Salesforce.
To get those objects, we are going to use an apex class. I've called i...