Questions tagged [lightning-page]
The lightning-page tag has no summary.
32 questions
-1 votes
1 answer
37 views
How does layout changes for Closed Cases?
I was recently asked this question in an interview as to how does salesforce changes the layout for closed cases? I wonder how this is implemented in the backend? and can we use such functionality? I ...
1 vote
1 answer
53 views
How to set the org default Lightning Page via the CLI
I would like to set a specific Lightning Page as the org default for an object? How do I do this via the CLI?
1 vote
0 answers
687 views
How to identify which Apps (App Menu) my users actually use?
Context: Our org has seen a lot of people come and go, and some decisions have left us with a lot of Profile, Record Type, and Page Layout bloat. On our journey to consolidation using Lightning Record ...
4 votes
1 answer
502 views
New Dark Borders & Lines Since Summer 23 Release
I noticed this appear after the release of Summer 23 in my org on June 10th. Now my quick action buttons have a dark border around them, my fields have a darker grey line under them, and the tabs have ...
0 votes
1 answer
320 views
Rearrange the position of Follow button on Lightning Page layout
Quick question, can we move/rearrange position of standard Follow Button? I do know about Hide/Unhide, here i just want to move its position from start to middle or bottom. if its not possible, can i ...
2 votes
1 answer
573 views
Better LWC performance: sibling components with separate wires, or a single service component with a wire that sends data via Message Channel
If you have 10 separate components on the same lightning page that are all using the getRecord wire and retrieving approximately the same subset of fields, is there a performance penalty in comparison ...
0 votes
1 answer
617 views
Show Users Related Record Details Without Opening Access
I have what I thought would be a simple requirement to display related record fields on the account from a custom object. However, the related record component on the lightning page requires an update ...
0 votes
1 answer
555 views
Enhanced Related List is not visible for custom profile
I created two related custom objects. I have a related list in the Main Object where I need to see six fields. I assign the type-related list as Enhanced List and with the Sysadmin, I can see the ...
0 votes
1 answer
1k views
Is it possible to dynamically add new tabs on a LWC page?
I have a lightning page with a Tab component on the page. Inside of the Tab component is a LWC. The LWC is a table summary of 0 or more records. Depending on how many different records there are in ...
0 votes
1 answer
1k views
Filter component visibility by running user
Can anyone see, why this wouldn't work? I have also tried: userinfo.getuserid() user.id account.OwnerId
0 votes
0 answers
94 views
Salesforce Console Layout how to achieve UI look
I was looking at some old dreamforce recordings and I saw this salesforce console app. Here is a link to the recording - they start showing the app at around 12 minutes My question is how did they ...
2 votes
1 answer
1k views
Filtering an Action button on a record based on active User
I am trying to display a Create a Record button only if the user looking at the page is the same user in a related user field. I currently have a formula checkbox field that is true if the active user ...
0 votes
2 answers
5k views
How To Hide/Display Page Layout Information based on the selected picklist field
I have a Picklist field (current Status) where I need to display the Page Layout information to the user based on the selected value in the picklist field. I have seen a couple of similar posts where ...
7 votes
1 answer
721 views
How are local edits of packaged Lighting flexi-pages handled when a package is updated?
I read in this Components Available in Managed Packages that Lightning pages (AKA flexi-pages) are upgradeable. But these pages are also locally editable. So how does this work? Do local edits always ...
1 vote
1 answer
3k views
Deploy fields in field sections on dynamic forms
I am deploying an app that uses Dynamic Forms with multiple field sections. However, the target deployed environ only shows the field sections without any of the fields in them. There are no records ...