Lightning Experience - Edit override with nooverride option
We need a conditional override in Lightning Experience which may return a custom component/VF page or will return the standard edit behaviour. We've been investigating various options for returning the...
View ArticleNeed 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 Articlejava.lang.NullPointerException while trying to deploy ExperienceBundle
I'm getting multiple errors depending on Retrieve API versionWhen retrieving ExperienceBundle from source with v58I'll get the error "You seem to be missing the property devName".When retrieved with...
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"New Task" not displaying on Salesforce Mobile and Lightning Experience...
I have added "New Task" to the Opportunity layout as an action, however it is not displaying on the Opportunity record. I have also enabled the record type in the System Administrator profile from...
View ArticleStandard 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 ArticleClassic Email Template in Lightning Component - Insufficient Privileges
I used visual force components in classic email templates. Now I need to view those email templates in Lightning. So I have created Lightning component custom action to create a pop up and used iframe...
View ArticleHow do I remove some tabs from my Lightning app? I must be missing something
On my Sales app, I have a ton of tabs (excuse me, "Navigation Items"). I want to remove most of them.There is a pencil icon up there and when I click it, I get a modal window that says "Edit Sales App...
View ArticleD2C/B2B Commerce Lightning: effectiveAccountId is invalid for Guest
I have enabled guest view and guest can place an order from the storefront. However, I need to create a cart by clicking on an external link. When I try to create a new cart for a guest user I get an...
View ArticleAuto populate fields on quote creation
Is there any way to auto populate Quote name field with parent opportunity name when click on new button.I know that It is possible in classic by url hack but how to achieve it in lightning.Any...
View ArticleD2C/B2B Commerce Lightning: effectiveAccountId is invalid for Guest
I have enabled guest view and guest can place an order from the storefront. However, I need to create a cart by clicking on an external link. When I try to create a new cart for a guest user I get an...
View ArticleIs it possible to achieve this in lightning data table in LWC
Here in this image, let's take example of account and contact.Account name will be in first column ie; Course name.Then Patient Column onwards it will be depends on the how many contacts are belongs to...
View ArticleGet 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 ArticlerecordEditForm : 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 Articleaura:systemError event
I am trying to implement aura:systemError by going through the docs linkbut it is not working. showSystemError method in controller.js is not getting triggered.Component:<aura:component...
View ArticleSalesforce - Lightning Aura Slots
Hi 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 ArticleAppend 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 ArticleDatabase.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@salesforce/site/Id Invalid usage Issue in LWC
import siteId from "@salesforce/site/Id";When I add the above import code in lwc component and add it to the Salesforce console App and refresh the page the component doesn't load and the error i see...
View ArticleExperience Builder Customer Portal Insufficient Privileges on Self Registration
Some quick info:Salesforce Edition: Non-ProfitWhere: Experience builderWhat: Registration error, insufficient privilegesMy profile: Full sys adminFull details:I am using the Customer Portal template in...
View Article