Hello there, How to add address fields on LWC Component, please help me out!!!!
#Component0 discussing
- Recent Activity
- Created Date
- Recommended
- All Questions
- Questions with an Accepted Answer
- Unanswered Questions
- Questions with No Accepted Answer
Can we do a checkout in lightning storefront as a guest user?
As we know, when we visiting a store as a guest user in lightning b2b storefront, We can only browse PLP and PDP page. So my question is can we do an end-to-end checkout in B2B/Cloudcraze lightning storefront?
I am working on that Like I am making a custom Component for that. But I am facing some issues. Is anybody or their teammate Implemented that?
Hello everyone - Would anyone happen to know what causes this error to come up when users are trying to generate a quip doc from quip component?
On our Communities site, we are using the Customer Service template. We have the Global search Peer to Peer Communities Component added to our pages to allow our customers to search for our articles. Within the Component, the autocomplete is turned on. The issue I am running into is that I cannot find where to change the fields displayed for the autocomplete results. As you can see in the image, there are 4 fields displayed. We are still using Classic knowledge but as working towards transitioning to Lightning Knowledge possibly later this year.
Mar 22, 2021, 3:16 PM Hi: by way of this @ mention, I'm going to redirect you to @* Experience Cloud * (incl Community Cloud) to target the best audience of experts.
Hello,
Does anyone know if it's possible to insert a named anchor / anchor link using the Rich Content Editor component in Experience Builder? I don't see a way to do it when I'm using it, and it looks like in different Salesforce applications you can insert a named anchor using rich text fields, so I'm hoping it is possible and I just can't see how to do it for some reason.
EDIT: The rich content editor does not insert any html id attribute into the content, not even for heading tags. So, the standard way of doing it like href="#id-name" doesn't work because no IDs get created. So, my question is really whether there is some method with the Rich Content Editor to actually insert an ID onto some piece of text so that I can create a link to it.
I'm trying to create an FAQ page where there's a link at the top that, when clicked, will take a user to a section of text farther down the page.
Thanks!
Feb 5, 2021, 9:32 PM So use your browser developer tools to locate the # of the section you want to anchor to. In my case my "#" is "#engage-content" and looked like this in the developer tools
Hi Everyone,
I seek to add a WebRTC component in a lighting community. it is any component available?
Thanks in advance,
Jan 11, 2021, 6:46 PM Hi @Carlos Silva E. if you haven't found anything anything on the AppExchange some options like gettalkative.com might be worth exploring.
It is worth noting that you will need to ensure that the security settings (CSP, Locker, etc) are properly configured:
https://help.salesforce.com/articleView?id=networks_security_csp_overview.htm&type=5
Neither the Carousel nor the Slide Show layout option of the CMS Collection behaves like the Lightning Carousel where the component automatically rotates through the available content items. Any consideration to adding that ability to the Collection Component?
Dec 21, 2020, 6:52 PM fyi @Kathryn Holden also this issue has been added to VOC. Let me know it the above mentioned work around helps.
Hi @Denny Chandra I been setting up the component and it really fit the bill with creating a filtered related list, one bit of feedback I received from users was when they add a new related record via a flow it's not updating the component but the standard related list does, how can I get it to auto-refresh when a related record is added if I have the record open?
Dec 18, 2020, 4:48 AM @Alek Gokiert@Gabe Wonders thank you for your feedback. Unfortunately auto refresh is not that straightforward. I have not yet find an appropriate solution for this.
Lightning Web Component Specialist Superbadge Challenge 13 Error - We can't find certain parts of the lightning-record-view-form in the component boatDetailTabs. Make sure the component was created according to the requirements.
HTML Code Below -
<template>
<template if:false={wiredRecord.data}>
<lightning-card>
<span class="slds-align_absolute-center no-boat-height">{label.labelPleaseSelectABoat}</span>
</lightning-card>
</template>
<template if:true={wiredRecord.data}>
<lightning-tabset variant="scoped">
<lightning-tab label={label.labelDetails}>
<lightning-card icon-name={detailsTabIconName} title={boatName}>
<lightning-button slot="actions" label={label.labelFullDetails} onclick={navigateToRecordViewPage}></lightning-button>
<lightning-record-view-form desnity="compact" record-id={boatId} object-api-name="Boat__c">
<lightning-output-field field-name="BoatType__c" class="slds-form-element_1-col">
</lightning-output-field>
<lightning-output-field field-name="Length__c" class="slds-form-element_1-col">
</lightning-output-field>
<lightning-output-field field-name="Price__c" class="slds-form-element_1-col">
</lightning-output-field>
<lightning-output-field field-name="Description__c" class="slds-form-element_1-col">
</lightning-output-field>
</lightning-record-view-form>
</lightning-card>
</lightning-tab>
<lightning-tab label={label.labelReviews} value="reviews">
<c-boat-reviews record-id={boatId}></c-boat-reviews>
</lightning-tab>
<lightning-tab lable={label.labelAddReview}>
<c-boat-add-review-form record-id={boatId}></c-boat-add-review-form>
</lightning-tab>
</lightning-tabset>
</template>
</template>
I don't see anything missing atleast from what I read in the badge requirements ? Maybe someone else has a better eye than me ?
Hello Commerce folks - I have a B2B Commerce question, any support is appreciated.
Requirement: on a B2B Storefront Homepage, I would like to add a component (just a container for 4 content slots to show images for a category or other navigation points)
Problem: actually there is no "standard" B2B widget available to set up a pure content slot. (as per documentation: https://help.salesforce.com/articleView?id=b2b_commerce_components.htm&type=5)
Any suggestions how to deal with this?
Oct 28, 2020, 2:05 PM @Henry Weber one more question please... how did you get the component to show on the home page? Did you add it with a page include? Are you still able to utilize the page widgets? Our ultimate goal is to show a modified landing page once a customer logs in - and they would be a little different depending on the customer type. This is all quite confusing!