Improve performance and speed in Lightning Experience
Recently switching from Classic to Lightining and users started feeling very slow to load the page, does anybody has any pointers what might the case and what to look for in order to make it faster and...
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 ArticleSalesforce lightning refresh a child component
I have a lightning component with 2 buttons, one of the 2 buttons(add button) calls a 2nd component and displays a table on the screen. Once info is populated into the table it can be submitted or the...
View ArticleSet Default "From" address for email sent through Chatter Feed
I've created an Organization-Wide Address (Corporate CC) and I want this email to be the default "from" address when an operator send an email through the case Chatter Feedas you see from the image, I...
View ArticleNot able to subscribe to Reports? Keeps giving error!
I am getting following error when trying to subscribe to reports -"We couldn't set up your subscription. Try subscribing again. If you still can't subscribe, ask your Salesforce admin for help."I am...
View Articlehow to filter products from an opportunity?
From an opportunity when I add products from related, is it possible to filter them with other filters besides the product category?
View ArticleGetting Session ID in Lightning
BackgroundI'm using Apex Wrapper Salesforce Metadata API to update some picklist values on the fly. (i.e. Every time a record is inserted/updated/deleted in Table A, I'm adding/subtracting picklist...
View ArticleLightning Component for quick action
I built a lightning component to make some changes to Lead Record and I added it as a quick action.This is my helper.js:changeOwnerAction : function(cmp,event) { var recordId = cmp.get("v.recordId");...
View ArticleIn IE11 lightning component is not loading. Error(Component class instance...
In IE, a lightning component is not loading. Getting error like "Component class instance initialization error [Expected identifier, string or number]"I checked all attributes and not found issue root...
View ArticleHow to display image in a lightning component
My files are stored in 'files' under App launcher. I have a Rich text box field 'description' in a object wherein i enter text and images. Here, the images are entered as tags. the 'src' attribute of...
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 ArticleReasons Why CRM Is Essential For SMB [closed]
Small and medium businesses that have just started or picked up the pace with their operations need a streamlined platform to manage upcoming challenges. For a reason, why CRM is essential for SMB?
View ArticleCustom labels used in LWC cached/disappearing in the Community on relogin
All, our team is facing an issue where custom label values seem to be cached when used in lwc community.ReproduceLogin into community, open the LWC built which has custom label - values appear looks...
View ArticleRelated Articles list is not visible for guest user
I am using Related Articles list component in Napili community. It is visible only for logged user. The component is not visible for not-logged-in user.Edit: Also, the issue seems to be with Trending...
View ArticleGet DOM elements to hide an element from afterRender event in Lightning...
I am trying to access Page related DOM elements which are not part of aura component. I am trying to access elements with the help of afterRender. I am able to get the element but i can see only proxy...
View ArticleHow to get missing Buttons "Reply", "Reply All", "Forward" on Emails at the...
I'm working on hundreds of different orgs. Some of them have those buttons, other not. How can I get them on all orgs? (In the screenshots see right side in the bottom of each email.)BAD ORGSGOOD...
View ArticleHide convert button with lightning component hack
One function we would love is to not show the convert button on the lead unless it's the right time to convert (ie. the correct stage with all data gathered).I have created a Lightning component which...
View ArticleEmail Author in Lightning Experience
Is there a way to open the Email Author Layout with pre defined email template in Lightning Experience. I know that earlier we don't have the possibility to do this since LEX was not supporting the URL...
View ArticleWinter '21 LWC "script-src" issue with lightning-record-form
We have an LWC component that leverages the lightning-record-form to allow records of a specific custom object to be created or edited. The form uses an object layout to define the fields to edit, and...
View ArticleRefresh the page after flow completes
I am trying to refresh the page once the flow is completed using the lightning component I downloaded from here https://unofficialsf.com/update-screen/ but it doesnt refresh the page. I am not sure...
View Article