Skip to main content

Questions tagged [lightning]

This tag is for questions related to the "Lightning Experience" which comprises a number of elements around a new User Interface on the Salesforce Platform. While it can still be used in a server side MVC environment, it is primarily a MV UI where the Controller is JavaScript based operating from the user's browser. Lightning "Pages" are single page applications.

Filter by
Sorted by
Tagged with
0 votes
0 answers
18 views

I'm encountering the following error when configuring the FlexiPage in Salesforce: Could not find column [CreatedById] in related list [Assessments] for entity [Account]
Raj Verma's user avatar
1 vote
0 answers
40 views

I am restructuring an org I recently took over. Need to reduce case records types from 10 down to 2. The blocker from changing record types is that they are referenced in a lightning record page (...
Mark Rozetti 's user avatar
0 votes
0 answers
34 views

I have a list view that is using a custom component which displays grey space under the list. the list is dynamic and can be one records or many. How do I remove the grey space to condense the ...
Austin Watson's user avatar
1 vote
0 answers
29 views

Project is a piece of work that we are tracking on Salesforce while User is a person working on this project. Project and User are in one-to-many master detail relationship Based on the role assigned ...
Dileep Katari's user avatar
0 votes
0 answers
23 views

I’m running into a weird issue with lightning:container and could really use your insights. ⚙️ The Setup: I built an Aura component using lightning:container to embed an external app (index.html from ...
Arkan Mansuri's user avatar
0 votes
1 answer
52 views

We have developed an LWC to add team members. See the screenshot below: As you can see in the image above, there is a lot of scrolling and I want to increase the height of the component to reduce the ...
user189902's user avatar
0 votes
0 answers
62 views

Im trying to show in a Flow Screen the value of the picklist called "Family" that has been previously selected and saved. In salesforce Inspector i see the value of the picklist (so the ...
Andrea Cerfoglia's user avatar
-1 votes
2 answers
74 views

I need to restrict Non admin Profiles or Users from deleting the opportunityline items (lookupfield -- product) on added to the opportunity. I need to allow them to edit the opportunity for any ...
Scott 2uluvu's user avatar
0 votes
1 answer
86 views

I have implemented an accordion, but I am unable to modify the letter spacing for the section titles. I want to apply letter-spacing: 0.93px;. I have already tried applying the letter spacing to ....
Shira's user avatar
  • 79
0 votes
1 answer
84 views

I have below aura component which is calling auto-launched flow. After completion of flow, I am getting message on Ui as "Your Flow Finished". Is there any way to prevent this message ...
Aarya Tiwary's user avatar
1 vote
1 answer
67 views

I have a lwc component where I am displaying 2 custom checkboxes. I have a button created. When checkbox A is checked, the checkbox B should be disabled and vice versa. Based on the checkbox checked, ...
khan's user avatar
  • 23
0 votes
1 answer
54 views

I've created a custom data type datatable and when I'm trying to align all the columns, the lightning-combobox comlumn has a div that doesn't let the picklist stay entirely at the top of the column. I'...
Michellao's user avatar
0 votes
0 answers
72 views

I'm currently running into an issue where when $A.get('e.force:refreshView').fire(); is called, it's refreshing the entire page. Since this line of code gets called via <ltng:require ...
Kevin Yao's user avatar
  • 177
0 votes
0 answers
69 views

I have a managed package that includes a custom object called Action__c. The package also includes an Apex class that uses a dynamic query to fetch records. The Apex function takes two parameters: the ...
Gowtham S's user avatar
  • 109
0 votes
0 answers
160 views

I’ve noticed that related list (single) on Salesforce Lightning record pages are now displaying in a card-style format instead of the tabular data table format that I recall being available previously....
Nick's user avatar
  • 7,201
1 vote
0 answers
279 views

I am trying to log some details using Nebula Logger in Salesforce to track transactions from LWC to Apex and back to LWC. I have successfully captured detailed logs in Apex, including logs before and ...
salesforce Developer's user avatar
0 votes
0 answers
442 views

<template> <div class="print-preview-div1"> Take screenshot of this div. </div> <div id="screenshotcanvas" class="screenshotcanvas&...
Chandrasekar M G's user avatar
1 vote
1 answer
79 views

I have a simple lwc component whose markup and js is below. The template contains svg tags. I want to access and modify few elements Like in this example i want to access the circle element and change ...
shamikh's user avatar
  • 67
0 votes
0 answers
561 views

I have two OmniScripts which are being called from LWC with template if and else condition. I am checking a variable inside a code, if the value of the variable is true, OmniScript 1 is getting called ...
Wish 15081989's user avatar
0 votes
1 answer
305 views

I am trying to implement a new lightning data table LWC, and I want to add a few picklist custom data types to some of the table cells. The picklists render correctly. However, the dropdown menu for ...
Daniel Fuller's user avatar
0 votes
0 answers
128 views

Purpose of the Flow: The flow is designed to automatically close certain opportunities when a new opportunity is created. Specifically, it should close any open opportunity titled "Undecided"...
Tocsin_219's user avatar
0 votes
1 answer
318 views

I have an LWC component that gets triggered via a quick action. I want to refresh the page from where the quick action is launched when someone clicks on the 'X' icon. I'm not able to find any event ...
salesforce Developer's user avatar
0 votes
1 answer
234 views

My use case is that: I have LWC component embedded in a screen flow -> 'validation' LWC. This flow is triggered as action of quick action on record detail page. This flow basically submits the ...
prasad_sawant_75's user avatar
5 votes
2 answers
310 views

I have a Custom LWC component exposed on a Record Detail page in Salesforce. This component includes a Design attribute that dynamically queries picklist values. When I drag and drop this component ...
Gowtham S's user avatar
  • 109
0 votes
1 answer
261 views

How do I set the font size on a <lightning-button-menu> component. I don't seem to be able to change it at all. I have tried styling hooks and regular css. No luck. Here is the code - <div&...
Tom Ansley's user avatar

1
2 3 4 5
132