Address search for Lightning Scheduler is not working in Community
I'm creating a lightning scheduler for the Guest user. I have a standard lightning Scheduler for Guest User flow on my public Community page. But the Service Territory search page is not working....
View ArticleListen/subscribe to platform event on experience sites?
I have tried lightning-emp-api but it only works if the component is in the salesforce lightning pages itself, and not in my "homemade" experience sites.Is there any way I can subscribe to such event...
View ArticleError in $A.getCallback() [Cannot read property 'setParams' of undefined]
This page has an error. You might just need to refresh it.Error in $A.getCallback() [Cannot read property 'setParams' of undefined]Failing descriptor: {markup://c:OMSiteVisitFormLightning}Hi,I'm...
View ArticleStop SF Lightning from trying to open up Set Up Content in a new tab
When I am in Set Up and attempt to open something, like User Profiles for example, I always get this modal that asks We'd like to open the Salesforce page ... in a new tab and then when you allow it,...
View ArticleDisabled=True on lightning:inputField shows different color for different fields
I have an aura component, using a lightning:recordEditForm. The lightning:inputField is greyed out by using the attribute disabled="true". Some of them have a different shade of grey, I tried to...
View ArticleTrigger an email on user creation
I've been trying to create a flow that triggers a "Send Email" action when a new user is created, the flow should be optimized for "Actions and Related Records" sounds pretty straight forward, two...
View ArticleVisualforce lookup field with apex:inputField in LEX?
Simple story: As a sales user, I want to mass assign leads to a teammate, so I can better distribute our total workload. The constraint is that I need to do this in Lightning Experience, in which the...
View ArticleOverriding the Cancel button of a force:createrecord lightning component
Created a aura component and have overrided this component with NEW standard button .On click of save, record gets created and redirect happens successfully.The problem is, while clicking the cancel...
View ArticleAdd Icon to a packaged app in Lightning
Is there any way to add an icon for an app which is also available in Lightning? In Classic, I have uploaded an image in document object, but in Lightning we don't have a document object; that's why...
View ArticleNot able to access record in lightning but able to in classic
I'm able to access records of a custom object in salesforce classic and was also in lightning. But recently i'm seeingLooks like there's a problem.Unfortunately, there was a problem. Please try again....
View ArticleRemove a Global Quick Action from Salesforce 1 App Home Page
I am viewing my home page in sf1 app. There I can see a global action Called New Contact. What I want to understand is is there any way to remove it from Home page? I want to add a custom quick action...
View ArticleHow to refresh a VF page from lightning component included in subtab
I have added a lightning component in a subtab(Actions) of Account detail in Lightning experience. There is one other subtab(Account Plan) which is showing a VF page.Now I want to refresh the VF page...
View ArticleLighting Component: Render getting invoked twice
Some context on what I am trying to achieve.I am trying to add/attach a resize event to a lightning data table, to capture and save the size of the header columns when it is resized by the user. The...
View ArticleLightning-record-picker throws 'Cannot destructure property 'dataType' of...
I have an in issue in a Summer 25 full sandbox and production on Service Cloud.I get the following error when I try to create a new Complaint.I click on the reservation item lookup and enter an...
View ArticleChange the Case tabs to the Subject instead of the Case Number in...
Is there anyway to change the Case tab title to the SUBJECT instead of the CASE NUMBER in Lightning(Service Cloud)?Please see below snapshot.Your help will be highly appreciated.Thanks in advance!
View ArticleLightning component failing for users of specific profiles?
I have faced this issue for the first time ever. I have a custom button on clicking of which a lightning component gets open. It is working fine for system admin + user of specific profiles.But for...
View ArticleNot able to access event.currentTarget when locker service is enabled
There's a question already asked regarding this here Issue with event.currentTargetAccording to Salesforce Known Issues , they've updated that it has already been fixed in almost all the servers...
View ArticleConditional Component Visibility in screen flow not working
I have a Screen Flow where, I want to display a section only if the picklist value of a case is "ABCs" else it should be hidden. I am getting the case record and all its values using GetRecords. Even...
View ArticleError while creating managed package with Lightning Message Channel and...
We are building a managed package that includes a Lightning Message Channel (LMC) used for communication between a Lightning Web Component (LWC) and an Aura Component.As per Salesforce security best...
View ArticleSalesforce: Drag & Drop not working in lightning web components or drop...
I have a Lightning web component to drag one div into other dropzones (div). But the ondrop & ondragover events are not firing.Here is my code<template><div class="draggable"...
View Article