Skip to main content

Questions tagged [lightning-apps]

A Lightning app is a special top-level Lightning component whose markup is in a .app resource. On a production server, the .app resource is the only addressable unit in a browser URL.

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

I use the following code to open the tab of Salesforce and I don't want to refresh the tab after I go back to current LWC standard app tab openTab({ pageReference: { ...
zhuo zhang's user avatar
1 vote
0 answers
35 views

I’m working with a managed package that includes two Aura components, both of which can be dragged and dropped onto a Salesforce record page. Each component uses a different Lightning resource ($...
Arkan Mansuri's user avatar
2 votes
1 answer
85 views

Newbie here on the developer Edition. Please correct me if I'm wrong but tryin to enable the PartyModel so I can use it in the Navigation. Following all the guides I see that the Party....
Qstar's user avatar
  • 23
-3 votes
1 answer
71 views

The below error Invalid 'X-Frame-Options' header encountered when loading 'https://mydomain.sandbox.vf.force.com/': 'ALLOW-FROM 'self'' is not a recognized directive. The header will be ignored. How ...
SkumarSF's user avatar
2 votes
0 answers
68 views

Is there any way to programatically switch between Salesforce apps on the mobile? F.ex. User is on the Account page in the Sales app and when they click quick action they are redirected to the Account ...
BenedyktDuchnowski's user avatar
1 vote
1 answer
502 views

So we have a lightning button which calls a LWC component. This LWC component opens up in a popup window with Save and Cancel button. Now on the click of Cancel button the below LWC js code is called: ...
Anmol Khanna's user avatar
-1 votes
1 answer
661 views

I have an app called 'D&B Optimiser'. This is NOT marked as default for any profile. Yet, my users complain that the post-login default screen that they see if this every time. I checked the ...
Apex Srinivas's user avatar
3 votes
2 answers
251 views

My second-generation managed package deploys metadata for a Lightning App (CustomApplication) that has a Lightning Tab (CustomTab) with a Lightning Web Component. It also deploys a PermissionSet which ...
nstuyvesant's user avatar
0 votes
0 answers
66 views

As the title says, Lightning App's description is not updated after the package upgrade. But the documentation states that it's possible...
y0ngleb's user avatar
  • 15
0 votes
1 answer
203 views

For a potential task, they wanted to create a lightning page with two sections where two components could be added, one on the left side and the other on the right side, all within the same tab. For ...
Willy Kelly's user avatar
0 votes
1 answer
114 views

I'm having a parent LWC from where I'm passing a deliveryYear value to Child LWC In parent I'm getting deliveryYear as 2023/2024 from which I'm splitting the first year and sending to child. Parent....
sfdcDev's user avatar
  • 91
0 votes
0 answers
105 views

I have developed a 2nd generation Managed package for Salesforce App Exchange. I want to submit my Scratch Org Code for Salesforce Checkmarx security check. Can any one suggest how to get my code ...
Parvez Alam's user avatar
1 vote
1 answer
1k views

I want to be able to go to the survey page, and use the salesforce survey builder. Here's what my screen looks like:
Pinto's user avatar
  • 138
0 votes
1 answer
284 views

This is a super basic question, so apologies if this is the wrong platform. My experience is largely with platforms like Zendesk and Kayako and have done a bunch of learning through Trailhead, however ...
Mike.A's user avatar
  • 3
1 vote
1 answer
162 views

We have feature to set the custom theme using Themes and Branding(SETUP > THEMES AND BRANDING) for lightning desktop apps, but looks like system wont carry same settings to Salesforce mobile app by ...
Shrivaths Kulkarni's user avatar
2 votes
2 answers
1k views

I have several LWC's which interact with other LWC's on Custom App Page using Lightning Message Channel. When you open the Page in Lightning App Builder these several LWC's is not visible. They become ...
Vitalii Dehnerys's user avatar
0 votes
1 answer
718 views

I have an account with System Administration Profile. I set the default app to the Admin System app like the picture below: However, when I log out and log in again, the account still keeps the Setup ...
Tuấn Trần quốc's user avatar
0 votes
1 answer
642 views

In each row of the lightning datatable, I have a button. I want to replace the button with a lightning badge when an user clicks on the button. I wonder, how to implement this? JS @track COLUMNS = ...
user275494's user avatar
0 votes
1 answer
280 views

I have installed "Launch Flow in Modal" in a Sandbox and put it on a custom object record page. However, the button only appears for Admin users, not for non-admin users. The test users' ...
Kees's user avatar
  • 31
1 vote
1 answer
1k views

I wanted to add Home Page to my custom lightning app. I tried activating a new home page and assigning it to my app for all profiles, still I am able to see just App Pages and no home page? Is there ...
raunakchoraria's user avatar
0 votes
1 answer
278 views

I have an aura lightening component that i am rendering in the utility bar, which i am rendering in a lightning app. If i have a salesforce case record id, or contact record id, is it possible to open ...
ghostCoder's user avatar
0 votes
2 answers
2k views

I want to set the Default Tabs for one single app on a Profile Basis. Ex: Sales Reps would have: Accounts, Contacts, Opportunities, Tasks Sales Exec would have: Account, Contacts, Reports Sales ...
soapy's user avatar
  • 1
0 votes
0 answers
1k views

From an aura component controller I can pass a single parameter to an apex class just fine, but when I try to pass multiple parameters the first parameter can still be read, but the others are read as ...
Blake H's user avatar
0 votes
0 answers
61 views

I would like to know if it is possible to have any solution to limit who some users can message based on the profile or any other way with OOTB settings.
Heloi Sgarbi's user avatar
2 votes
1 answer
7k views

I work at project that consists of Lightning App including two Lightning Component Tab. I needed to deploy it to another org and continue working. I retrieved all necessary components using package....
Maciej Król's user avatar

1
2 3 4 5
19