Questions tagged [lightning-community]
This tag refers to lightning components in the context of building communities using predefined templates (Koa, Kokua, Customer Service (Napili), and Aloha).
537 questions
1
vote
0
answers
299
views
Custom list view button not clickable no action on community
I have create a custom list view button on Asset object to perform update action on status of selected records.
This list view button is triggering flow and performing the action. I have done this and ...
0
votes
0
answers
104
views
Display community page as a modal or popup in Lightning community
In the below image, there is a hyperlink formula field 'Favourite' clicking on which I need to open a community page as a modal or popup in lightning community but it's redirecting to the next page.
...
0
votes
1
answer
94
views
a href link to google maps not working on Lightning community page
I am designing a lightning community page using lWC. I have this code where the user will get directed to google maps when clicked. I can see the correct value being generated when I log the address ...
0
votes
0
answers
20
views
Salesforce Internal record LightningPage Layout containing LWC donot show with LWC in Communities
In system , Inventory__c object having Account lookup , hence I have related List of Inventory on Account Tab Like below
Internally I have to add data on some fields on Inventory through related List ...
1
vote
0
answers
96
views
How to remove date format stamp at field level in salesforce date field [closed]
Good Morning! Hope all are doing great!
There is a date field in our salesforce org we used and due to recent salesforce update date format stamp is displaying at every date field level. Can anyone ...
0
votes
1
answer
284
views
Single Log Out (SLO) error when logging user out of salesforce community
I have single sign on configured where Salesforce is the SP, as shown below in screenshot and we need to use single log out (SLO) to log the community user out of salesforce and IDP as well.
However, ...
0
votes
1
answer
1k
views
How to open Screen Flow from LWC as Modal or Popup in Community
Hello Salesforce Ohana,
I am able to access flow from lwc but i am unable to find any documentation for how to open screen flow as modal or popup. I tried adding flow inside Modal but still it is not ...
1
vote
1
answer
245
views
java.lang.NullPointerException while trying to deploy ExperienceBundle
I'm getting multiple errors depending on Retrieve API version
When retrieving ExperienceBundle from source with v58
I'll get the error "You seem to be missing the property devName".
When ...
0
votes
0
answers
74
views
Community site Lightning Web Runtime framework trying to render datasource value in HTML
Trying to renders a field as a picklist, with static values in the Community Page LWC, it shows as Undefined in JS when I try to print the value..
Below is the code, Can you please help me with what I ...
-1
votes
1
answer
161
views
Existing data duplication clean up help
I'm trying to de-duplicate existing data in SF. I've created and activated matching rules and duplicate rules and checked off reports, yet there is nothing on the "Duplicate Contact Records",...
0
votes
1
answer
66
views
I've 2 LWC comp where I'm navigating from 1 page to 2nd pg in community which have list of rec which can be filtered acc to provided list of statuses
I have 2 LWC components in 1st component I am showing count of records based on different status values and whenever I am clicking on those number of counts, I am navigating to 2nd page of community ...
0
votes
0
answers
1k
views
Managed Package VF Page Showing "Site Temporarily Unavailable" on Community Site
I have a managed package VF (Visualforce) page that I'm trying to access on my community site. However, when I navigate to the URL by appending "/apex/namespace__vfpage" to the community ...
1
vote
2
answers
166
views
When opening Community Builder it errors "$P.app.postmessage is not a constructor", then "$P.auraRun is not a function"
My Community has been working fine for years. This evening I tried to go into Builder and receive the following messages.
When opening Community Builder it errors "$P.app.postmessage is not a ...
1
vote
0
answers
703
views
Any way to have the "Log in to Experience as User" button open a "New Incognito Window"?
When using the "Log in to Experience as User" button on Contact the desktop session appears to be left active as well as the experience session.
Is there a way to avoid that to test purely ...
0
votes
2
answers
308
views
Redirect does not work when aura component is embedded in a VF page
I have an aura component that's embedded in a VF page. The component has a button to redirect to an external URL.
When I click the button while previewing the VF page , I get the following error.
e....