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.
943 questions
0
votes
0
answers
16
views
Is there any way to make that standard app tab will be refresh when I active another tab and go back to current tab
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: {
...
1
vote
0
answers
35
views
Multiple Aura Components in Managed Package Sharing Same Confirmation Token After Refresh (403 Error)
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 ($...
2
votes
1
answer
85
views
Party.EnablePartyModel Apex Trigger
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....
-3
votes
1
answer
71
views
Getting error calling Vf page from LWC using iframe ?Please guide me
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 ...
2
votes
0
answers
68
views
Programmatic way to switch apps in the mobile app
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 ...
1
vote
1
answer
502
views
eval("$A.get('e.force:refreshView').fire();") is failing in testing sandbox with error [$A is not defined], but works fine in dev sandbox
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:
...
-1
votes
1
answer
661
views
After login, all my users are getting navigated to an app that is NOT their default app
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 ...
3
votes
2
answers
251
views
Is there a way to deploy a Lightning App in a managed package that would be visible to all users by default?
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 ...
0
votes
0
answers
66
views
Lightning App's description is not updated after package upgrade
As the title says, Lightning App's description is not updated after the package upgrade. But the documentation states that it's possible...
0
votes
1
answer
203
views
How to add 2 components with drag and drop in the same tab horizontally?
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 ...
0
votes
1
answer
114
views
How to change the string input coming from parent LWC to Date format in child LWC
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....
0
votes
0
answers
105
views
Partner Business org for Salesforce Checkmarx review?
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 ...
1
vote
1
answer
1k
views
Can't find Surveys page, yet Surveys is enabled?
I want to be able to go to the survey page, and use the salesforce survey builder.
Here's what my screen looks like:
0
votes
1
answer
284
views
Is it best practice to have separate apps for different teams within an organisation?
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 ...
1
vote
1
answer
162
views
Is custom Theme applicable to Salesforce Mobile App?
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 ...
2
votes
2
answers
1k
views
Check if LWC is opened from Lightning App Builder
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 ...
0
votes
1
answer
718
views
Cannot set default app for user with System Administration Profile
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 ...
0
votes
1
answer
642
views
Lightning Datatable: How to replace button with a lightning badge in a row on click?
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 = ...
0
votes
1
answer
280
views
"Launch Flow in Modal" button not appearing for non-admin user
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' ...
1
vote
1
answer
1k
views
How can I add a home tab or page to my custom lightning app?
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 ...
0
votes
1
answer
278
views
How can i open a case page or a contact page from an aura component
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 ...
0
votes
2
answers
2k
views
Default Navigation Bar Tabs by profile
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 ...
0
votes
0
answers
1k
views
Passing multiple parameters to apex class from aura component controller read as null
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 ...
0
votes
0
answers
61
views
MESSAGE LIST COMPONENT: Is it possible limit who the users can message in OOTB way?
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.
2
votes
1
answer
7k
views
Deployment of custom app using package.xml
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....