-

Creating Child Records from Related List Using Custom Button in Salesforce: A Generic Solution
Welcome to our new blog post, in this post we will showcase Creating Child Records from Related List Using Custom Button. This in continuation to our previous blog post, where in we showcased a aura component to redirect to record from a flow, now we will be showing the same using LWC also. Requirement –…
-

Aura Component To Preview Files in Salesforce Experience Cloud
Aura Component To Preview Files in Salesforce Experience Cloud
-

Elevating Salesforce User Experience: Aura Component for Redirecting to Records from Screen Flows
Introduction Hi Everyone, Welcome to our new blog post – “Custom Aura Component for Redirecting to Records From Flows”. In the ever-evolving landscape of Salesforce development, enhancing user experience is a top priority. One common challenge has been the absence of a direct method to redirect users to specific records after executing a screen flow.…
-
Creating Picklist from Sobject Field values in Lightning
apex class [ fetchPicklistOptsController.apxc ] Component [sample.cmp] Controller [ sampleController.js] Helper [sampleHelper.js] TestApp.app
-
Creating Picklist from Sobject Field values in Lightning Aura Component
Introduction: Hi everyone, welcome to our new blog post “Creating Picklist from Sobject Field values in Lightning Aura Component”. In this blog post, we will explain a custom aura component, which shows an example of how to create a picklist field from the picklist field values of an object.
