-
What are Lightning components for update values based on select list in Salesforce?
I would like to create a lightning component for update field based on selected value from "select list" in lwc.
I need this component in "force:lightningQuickAction" - so when user open a example ticket and click the button XYZ component will show (it's alraedy done) and select status - click save then the selected status should be change of current ticket record. What should I do next with it ? What I need to write in controller ?
<aura:component implements="force:lightningQuickAction" >
<lightning:select aura:id = "statusSelect" name="statusChoose" label="Setup new status" required="true" onchange="{! c.onChange }">
<option value="working">Working</option>
<option value="escalated">Escalated</option>
<option value="done">Done</option>
</lightning:select>
<button class="slds-button slds-button--neutral uiButton--default uiButton--brand uiButton" type="button">
<lightning:button variant="brand" label="Save" onclick="{! c.saveClick }" />
</button>
Log In to reply.
Popular Salesforce Blogs
Salesforce Business Processes - Learn Here!
Salesforce is a leading customer relationship management (CRM) platform that helps businesses streamline and automate various processes. With its wide range of tools and features,…
6 Challenges When Migrating To Salesforce Lightning And How To Overcome Them
If you are still a Salesforce Classic user, migration to Salesforce Lightning would be one of your priority. Aside from all the new features and…
How Managed Services Improve Salesforce Performance & ROI
The Salesforce has turned out to be the heart of business activities today be it customer data management, creating sales or automating business processes. However,…
Popular Salesforce Videos
Salesforce Lightning Development | Make Your Business Lightning-Ready With Algoworks!
Description - From creating Lightning-ready Salesforce AppExchange apps to making Salesforce instances Lightning-ready, we have mastered Lightning. Contact us for salesforce lightning development services! https://www.algoworks.com/salesforce/…
What is Salesforce? What Does it Do?
Business is rapidly changing. In this digital age, everything and everyone is connected, which is changing the way we communicate with our consumers. Businesses nowadays…
What is Process Builder in Salesforce? Explained Distinctly
Process Builder Salesforce is an automated Salesforce tool which allow you to control the order of action. Watch this video and learn all about it,…
Popular Salesforce Infographics
Salesforce Training Simplified
Salesforce training simplified. Create a proven Salesforce Training model that will derive your end-users and impress your executive team. Prepare, deploy, maintain. Go through this…
How to Handle Failed Salesforce AppExchange Security Review?
Common reasons for a ‘FAILED’ Salesforce AppExchange Security Review The most common reasons for failing a Salesforce AppExchange security review can vary, but they often…
How to Hire Hire Salesforce Cloud Consultants For Business Growth
Need Trusted Salesforce Cloud Experts For Business Transformation? Hire certified cloud experts from Concretio to unleash the power of Salesforce cloud & leverage its potential…