python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Lightning Messaging Service Subscriber is not receiving messages from Publisher
Despite numerous tutorials I cannot get a simple LMS example to work that is virtually cut and paste from samples. I have created an extremely simple pair of LWCs, one that publishes a hard coded val...
Michael Rosola
Votes: 0
Answers: 1
How to expose lightning-primitive elements for embedding into LWC HTML files of Salesforce Platform
I am customising LWC <lightning-datatable/> for a version for my company. I have been successful importing and extending LightningDatatable in a local app generated by create-lwc-app.
ie.
import...
G-key
Votes: 0
Answers: 0
NoErrorObjectAvailable for a lwc
HTML
<template>
<lightning-card>
<lightning-record-form object-api-name={objectApiName}
onsuccess = {handleSuccess}
fields={CONTACT_FIELDS}>
...
Harsh Prakash Agarwal
Votes: 0
Answers: 1
Get duplicate value when change Picklist Value API
So I make a huge blunder by changing the API Name of Picklist Value. First I change the API Name from "cancelled" to "Cancelled". But then I realise everywhere in the Flows Builder...
An Khanh
Votes: 0
Answers: 1