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.
6,564 questions
0 votes
0 answers
18 views
Error: Could not find column [CreatedById] in related list [Assessments] for entity [Account] on FlexiPage Component
I'm encountering the following error when configuring the FlexiPage in Salesforce: Could not find column [CreatedById] in related list [Assessments] for entity [Account]
1 vote
0 answers
40 views
Need to mass remove assignments from lightning record page to revise case record types
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 (...
0 votes
0 answers
34 views
I have a JSON list view component that displays grey space underneath the available records in the UI. How do I remove this grey space?
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 ...
1 vote
0 answers
29 views
Lightning record page - Hide Tabs on the "Project" page (parent object) dynamically based on "User" (child object)
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 ...
0 votes
0 answers
23 views
Salesforce Aura Component: lightning:container 403 Forbidden on Refresh with Multiple Instances
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 ...
0 votes
1 answer
52 views
Increase the height of lightning component
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 ...
0 votes
0 answers
62 views
Picklist appears empty in Flow
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 ...
-1 votes
2 answers
74 views
how to restrict Non Admin profiles from Editing or deleting the opportunity line items at any stage?
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 ...