Hello, the video is great, I'm not clear about the difference between LWC and LWR. In the example, is a correct LWC component shown? Is all this delivered with the cms?
LWC - A framework that you use to create components and build user interfaces LWR - A web stack architecture that allows you to run LWCs. You can currently use it on Experience Cloud LWR sites and off-core (outside of salesforce) as it's open source
Thank you, @Alba Rivas for those excellent sessions. I learned a lot from them. Can you please prepare a session about Community User Self Registration or point me to some documentations/articles? After checking the document, I can understand the steps to create a portal user (personal account) via apex, but why does SF need to model this way? In order to create a personal account, it needs to touch 1) user object (named portalUser); 2) profile object (named portalUserProfile); 3) Account (named userAccount); 4) Another user object (named accountOwner); 5) Another profile object (named accountOwnerProfile); and 6) UserRole object (named accountOwnerRole). For #1, #2 objects, they can be easily understood. But #3 is reasonable, but #4, 5, 6 are very confuse. Are they here for historic reason or from overall design? Thanks.
Hello! Thanks for watching. For those concrete question I recommend posting of the Trailblazer Community, there's a Experience Cloud group in there --> trailhead.salesforce.com/trailblazer-community/groups/0F9300000001oDdCAI?tab=discussion&sort=LAST_MODIFIED_DATE_DESC
If you want to have a component and use it in DE and a lightning record page (or others lighting page type) it is totally possible, you only need set the xml targets for DE and the lightning page.
Added all resources to the description, including the final code! Thanks for watching
Hello, the video is great, I'm not clear about the difference between LWC and LWR. In the example, is a correct LWC component shown? Is all this delivered with the cms?
LWC - A framework that you use to create components and build user interfaces
LWR - A web stack architecture that allows you to run LWCs. You can currently use it on Experience Cloud LWR sites and off-core (outside of salesforce) as it's open source
Thank you, @Alba Rivas for those excellent sessions. I learned a lot from them. Can you please prepare a session about Community User Self Registration or point me to some documentations/articles? After checking the document, I can understand the steps to create a portal user (personal account) via apex, but why does SF need to model this way? In order to create a personal account, it needs to touch 1) user object (named portalUser); 2) profile object (named portalUserProfile); 3) Account (named userAccount); 4) Another user object (named accountOwner); 5) Another profile object (named accountOwnerProfile); and 6) UserRole object (named accountOwnerRole). For #1, #2 objects, they can be easily understood. But #3 is reasonable, but #4, 5, 6 are very confuse. Are they here for historic reason or from overall design? Thanks.
Hello! Thanks for watching. For those concrete question I recommend posting of the Trailblazer Community, there's a Experience Cloud group in there --> trailhead.salesforce.com/trailblazer-community/groups/0F9300000001oDdCAI?tab=discussion&sort=LAST_MODIFIED_DATE_DESC
Can we use the same component in the lightning app and digital experience site?
If you want to have a component and use it in DE and a lightning record page (or others lighting page type) it is totally possible, you only need set the xml targets for DE and the lightning page.
What@@PedroQuessada said, just bear in mind some specific features don't work in both platforms, eg: toast notifications as I showed in the video!
Video on styling hooks in LWR
Thanks for your suggestion, I'll take note of that!
Is Custom Property Editor or perhaps sometging similar available in "Lightning Experience" for LWC or Aura?
I don't mean experience builder site here
It's available for Experience Cloud and Flow. It's on the roadmap (not sure how far) for other experiences!
LWC property is working fine with the System Admin profile but facing an issue for Standard User. could you please help me?
Probably the standard user doesn't have the permission to see the field, as LWC base components do apply permissions