Dreamforce '21 Watch List

Dreamforce '21 Watch List

Brett M. Nelson - Monday, September 20, 2021

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+. ...

Office 365 Email Addresses Plus Alias Setup

Brett M. Nelson - Wednesday, November 11, 2020

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...
Send Message from Lightning Out LWC to Visualforce

Send Message from Lightning Out LWC to Visualforce

Brett M. Nelson - Wednesday, October 14, 2020

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...
Comparing Web Component Solutions

Comparing Web Component Solutions

Brett M. Nelson - Wednesday, October 7, 2020

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...
LWC - LoadScript Issue

LWC - LoadScript Issue

Brett M. Nelson - Wednesday, February 19, 2020

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...
LWC - Loading JS from a Static Resource

LWC - Loading JS from a Static Resource

Brett M. Nelson - Wednesday, February 12, 2020

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...
LWC - Loading CSS from a Static Resource

LWC - Loading CSS from a Static Resource

Brett M. Nelson - Wednesday, February 5, 2020

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 ...
LWC - Using a Static Resource

LWC - Using a Static Resource

Brett M. Nelson - Wednesday, January 29, 2020

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...
LWC Local Development Beta

LWC Local Development Beta

Brett M. Nelson - Monday, January 20, 2020

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 ...
LWC - Use Child Components When Rendering A List

LWC - Use Child Components When Rendering A List

Brett M. Nelson - Friday, October 25, 2019

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...
LWC - Render List of Objects

LWC - Render List of Objects

Brett M. Nelson - Monday, September 30, 2019

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...
LWC - getListUi Beta

LWC - getListUi Beta

Brett M. Nelson - Wednesday, September 25, 2019

Hello, I'm Brett with WIPDeveloper.com. While trying to come up with a way to get a bunch of objects to a lightning web component from Salesforce, I stumbled across this getListUi adapter for the w...