Salesforce Objects Support in LWC
Lightning web components can access Salesforce data and metadata from all custom objects and from all the standard objects that User Interface API (UI API) supports.
However, not all Salesforce standard objects support all features of LWC or the Salesforce Platform. Some objects that are supported by UI API nevertheless have some limitations you'll need to work around. And some standard objects appear simple when you work with them in Salesforce, but have complex, multi-object implementations. You'll need to understand those objects and their relationships before working with them in LWC.
If you're having difficulty working with a standard object, check the following references to verify whether or not it's fully supported from LWC.
See Also
ui*API
Supported Objects- Standard Objects Support for Record Home Pages
- Standard Objects That Support List View Multiple-Column Sort
- Standard Objects That Don't Support Related List Multiple-Column Sort
- Object Reference for the Salesforce Platform