Brian Cline
11 FOLLOWERS
Brian is a full stack software engineer, strategic advisor, and entrepreneur with a passion for technology, business, and automation.
Brian has been really blessed to work on a variety of projects and websites. Many of the websites he's worked on can be found through out companies located in the Niagara Region, parts of the Greater Toronto Area, and the world. A lot of Brian's consulting work..
Brian Cline
4M ago
The getPopulatedFieldsAsMap method, introduced in recent Salesforce updates, is a powerful addition for dealing with dynamic apex or SObject instances. This method enables us developers to easily retrieve a map of all fields in an SObject that have been populated, meaning fields that have been set or contain a non-null value. What is getPopulatedFieldsAsMap? The…
Read More
The post How to use Salesforce’s Apex getPopulatedFieldsAsMap appeared first on Brian Cline ..read more
Brian Cline
1y ago
Triggering Platform events from within Salesforce is pretty easy.
Learn how in this post.
The post Publishing Platform Events from Apex appeared first on Brian Cline ..read more
Brian Cline
1y ago
Creating a UI that is intuitive and user-friendly can be challenging and time-consuming.
In this blog post, we will walk through the process of building a custom UI with LWC.
The post Building a Custom UI With Lightning Web Components (LWC) appeared first on Brian Cline ..read more
Brian Cline
1y ago
In Lightning Web Components (LWC), data can be defined and used in components through attributes.
This blog post explains how to use attributes to pass data.
The post Using Data – Attributes in Lightning Web Component (LWC) appeared first on Brian Cline ..read more
Brian Cline
1y ago
Salesforce Platform Events are an event-driven architecture provided by the Salesforce platform.
In this guide we look at what, why, and when.
The post An Introduction to Salesforce Platform Events appeared first on Brian Cline ..read more
Brian Cline
2y ago
Switching from Visualforce to using Lightning is not an easy transition as there's quite a few changes that Salesforce Developers will need to get used to.
Lightning changes a lot of the way that Salesforce works.
The post Lightning Tips for Visualforce Developers appeared first on Brian Cline ..read more
Brian Cline
2y ago
This blog post will explore how various Amazon Web Services (AWS) services are useful for implementing popular distributed architecture patterns.
The post Mapping AWS Services to Distributed Architecture Patterns appeared first on Brian Cline ..read more
Brian Cline
2y ago
In this blog article, you will learn 13 tips for developing maintainable and performant Lightning Web Components.
The post 13 Tips for Developing Lightning Web Components appeared first on Brian Cline ..read more
Brian Cline
2y ago
You can add lightning web components to existing Visualforce pages. In this blog post, you will learn how to use Lightning Web Components in Visualforce and with Apex.
The post How to use Lightning Web Components in Visualforce appeared first on Brian Cline ..read more
Brian Cline
2y ago
When building an integration strategy, a few key considerations must be kept in mind.
The post Important Considerations for Creating an Integration Strategy appeared first on Brian Cline ..read more