Make Email Button Visible In Custom Object Activity Section
In this post, I will like to show you how make Send Email or EmailĀ button visible in custom object Activity section. There are use cases when you need to send…
In this post, I will like to show you how make Send Email or EmailĀ button visible in custom object Activity section. There are use cases when you need to send…
Picklist fields in Salesforce contain a list of one or more items from which a user chooses a single item. They display as drop-down lists in the Salesforce user interface.…
There were some errors I encountered while working on a trailhead module - App Development with Salesforce DX which I know may help others that may face the same thing.…
In this post, we are going to override standard action with picklist-fields component used in in my post Save Form With Multiple Picklist Fields in Lightning Component. The component -…
To understand the emphasis placed on multiple picklist fields in this post - save form with multiple picklist fields in Lightning Component, I recommend that you go through my post…
To create Account-Asset record-specific action in Lightning Component, you must add the force:hasRecordId interface to the Aura component to enable the component to be assigned the ID of the current…
To create Asset using custom action on Account Record page in Lightning Component, you must have created the Lightning component that needs to be invoked. Check my blog post on…
Component Composition in Lightning Aura Components let you build more efficient applications and components. Component composition happens when you nest one or more components in another component. To build a…
There are some use cases where you need to display List - an aura:attribute collection type as picklist in Lightning Component to display array of items. A list is an…
Lightning custom Application events follow a traditional publish-subscribe model. They allow communication between components that are in separate parts of the application and have no direct containment relationship . When…