Quantcast
Channel: Active questions tagged lightning-experience - Salesforce Stack Exchange
↧

recordEditForm : event.preventDefault() not submitting the pre populated...

I have a custom aura component for record creation. The onload() function calls the apex method to load values in the form. When I try to submit the form by using onsubmit(), the new record is created...

View Article


Standard button overrides not working in lightning after Spring'18 release

I have overridden standard 'Add Products' button of OpportunityLineItem object with a VF page. It was working fine in classic and Lightning both before Spring'18 release. But after Spring'18 release it...

View Article


Image may be NSFW.
Clik here to view.

popup on case object edit page, when a picklist value is selected

Is there any way I can have a dialog box pop over on selection of particular picklist in the standard case object.My use case is: If the user selects one of the picklist value from the dropdown in the...

View Article

How to remove 'Save & New' button from standard Account creation form?

I'm new to Salesforce and need to remove the 'Save & New' button from the standard Account creation form in Lightning Experience. How do I do this?

View Article

Embedded Service API scripting help for Salesforce Chat

I have setup Embedded Chats for Sales flowSo new chats will be linked to LeadsI am using Embedded Service API for overriding this behavior to implement my usecaseMy use case -When a new request is...

View Article


Page title of VF page in Lightning Experience

I have overridden the Standard New button with the VF page. I am getting the page title of VF page in classic view, but coming to Lightning experience, it is showing the "New X (where X refers to...

View Article

(Properly) Link to custom Lightning App from record detail page?

I have a custom lightning app.How can I link to this app from a record's detail LEX page (e.g. Opportunity) and pass the Opp's ID to it?The end-user is supposed to launch the app and do some additional...

View Article

Get the image in file - lightning experience

I have to display an image in a lightning component. So in Salesforce classic I put this image in an attachment related to an object, but in lightning experience there is no attachment, or I didn't...

View Article


Error message when trying to enable a user Via the "Enable Partner user" on...

I created an Experience Cloud site and am trying to test welcome emails.I have my template set up and the account from which the contacts will be enabled.However, when sending the email, I receive the...

View Article


Database.SaveResult for reteriving all the validation error

I am trying to get all the validation error message from my apex class in to the lightning component. Earlier I was using the DMLException and only one 1 validation error was captured. So I tried to...

View Article

preselect rows in lightning:datatable

I have a data table, where I'm showing Pricebook entries with other values using the wrapper.I need to show some rows preselected, but it seems to be not working.Component:<aura:attribute...

View Article

Append files to the first upload in

I am using the following code in my lightning component to upload multiple files <lightning:input aura:id="fileId" onchange="{!c.handleUploadFinished}" type="file" name="file" label="Upload...

View Article

Image may be NSFW.
Clik here to view.

Lightning Components: How to fix New Button in Related Lists of Visualforce...

For Visualforce pages the Standard New-Button created by <apex:detail> doesn't work correctly inside Visualforce containers on Flexipages.Scenario:I've put a Standard Visualforce Component on my...

View Article


Image may be NSFW.
Clik here to view.

Can I edit the default Digital Experience site's 'Reset Password' page?

In a Digital Experience site: Administration > Login & Registration > Password Pages > Reset Password.I'm able to choose between "Default Page" and "Visualforce Page".Rather than building...

View Article

New CSP violation spontainiously happening in lightning

I have some code in a visualforce page that used a custom js library to build an excel file client side from an object generated on the server side and then force the browser to download the file.This...

View Article


force:inputField auto populating Lookup in Lightning component

I am trying to auto populated a lookup field using the force:inputfield but its not working, is there some specific way to populating as other types of field are working fine like picklist, text, date...

View Article

Image may be NSFW.
Clik here to view.

Save Template disabled when sending email in Lightning

When I try to send an email, I want to be able that after a proof-read, I do want to save the existing template, not as a new version. Even if I am an administrator I can't save the template. Is there...

View Article


Image may be NSFW.
Clik here to view.

Dashboard is not showing for Customer Community Plus License

I have cloned Customer community Plus profile and given read access for custom object and assigned one record manually to the user as view only and its showing shared record in record list for...

View Article

force:navigateToComponent not loading component in Summer '17 | DOM...

I'm using force:navigateToComponent to navigate to a different component on click.On the first click, it navigates to the component and everything is successfully loaded. When pressing back button and...

View Article

lightning vs classic communities

I want to know is it mandatory to use lightning org with lightning community or Can we use classic view with lightning community ? Lightning communities VS Classic communities ?

View Article

How can I customize the fields displayed in "Recently Viewed Contacts" list...

I'm working in Salesforce and trying to customize the fields that appear in the "Recently Viewed Contacts" list view for the Contact object.I understand that for the generic "Recently Viewed" view, you...

View Article


Lightning URL Hacking Not Working when trying to prepopulate Lookup Fields

I have created a new URL button on Opportunity Detail Page.This button is creating new Quote. When I click on this button, two Lookup fields values should prepopulated (Opportuity, Account) on Quote....

View Article


Can I use a LWC with a slot inside an Aura component?

I wanted to use slots. I know it is supported in LWC and it works fine. I have scenario where I have AURA component (Parent) having LWC (Child).<aura:component controller="OpportunityData"> ->...

View Article

Image may be NSFW.
Clik here to view.

How to use custom lookup in data table in lightning?

I want to use lookup in the data table when I used type:'lookup' but it's not showing over there.{ label:'PN QuoTed', fieldName:'Part__c.Name',type:'lookup', sortable : true, editable : 'true' },I also...

View Article

Unable to see 'Edit in Builder' button for Email Templates in Lightnig

Let's say i created new Permission Set with Access drag-and-drop content builder System Permission and applyed it to my user(System Administrator) . Of course I enabled Folders and Enhanced Sharing...

View Article


Image may be NSFW.
Clik here to view.

showing a list of results showed while user is writing something in search box

I'm trying to create a search box where the user write something, and while he do that a listbox with all the matching results appears (like in the figure below) (!! I'm asking only how to show the...

View Article

Submit Record Edit Form for every object in Aura iteration

I have a Contact object form with a child form component for Buying Center objects.When I upsert the Contact, I need to submit a list of Buying Centers for this Contact.Parent Contact component has a...

View Article

Lightning Email Template Deploy: How do I get the Lightning Email Template...

I have Lightning Email Templates that I need to deploy to 13 orgs, and rather than recreate them manually in each org I've extracted them with Data Loader, and now I need the Public FolderIds from each...

View Article

Image may be NSFW.
Clik here to view.

Quick Action and flow to create a record in Lightning

I am trying to create a quick Action that calls the flow and lightning component to create a record as suggested in the blog here. I need to create a record of custom object from Opportunity record ,...

View Article



Need to remove the Notifications from the notifications list in the Salesfoce...

Need to remove the Notifications from the notifications list in the Salesfoce Lightning once users Acknowledge it.

View Article


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>