Monday, December 19, 2022

Supported Salesforce Targets and Tools

Lightning web components are supported in many Salesforce targets and tools. To use a Lightning web component in an unsupported target or tool, wrap it in an Aura component.

These Salesforce targets and tools are supported. When you’re developing a component, specify its targets in the component’s configuration file.

  • Lightning Experience
  • Salesforce Mobile App
  • Lightning App Builder
  • Experience Builder sites
  • Experience Builder
  • Standalone Apps
  • Utility Bars
  • Flows
  • Quick Actions in Lightning Experience
  • Custom Tabs
  • Gmail and Outlook integration
  • Embedded Service Chat
  • Lightning Components for Visualforce
  • Lightning Out (beta)
  • First-Generation Managed Packages
  • Second-Generation Managed Packages
  • Service Cloud Voice Toolkit API
  • Unlocked Packages
  • Unmanaged Packages
  • Change Sets
  • Metadata API—LightningComponentBundle
  • Tooling API—LightningComponentBundle, LightningComponentResource
  • EMP API

Unsupported Tools

Lightning web components aren’t supported in these tools. To use a Lightning web component with these tools, wrap the component in an Aura component.

  • Salesforce Console APIs (Navigation Item API, Workspace API, Utility Bar API)
  • URL Addressable Tabs
  • Conversation Toolkit API, Omni Toolkit API, Quick Action API
  • Standard Action Overrides, Global Actions, List View Actions, Related List View Actions
  • Chatter Extensions

Note Salesforce Mobile SDK doesn’t support Lightning web components. The workaround of wrapping a Lightning web component in an Aura component is also unsupported.

No comments:

Post a Comment

Understanding Wire vs Imperative Apex Method Calls in Salesforce Lightning Web Components (LWC)

Understanding Wire vs Imperative Apex Method Calls in Salesforce Lightning Web Components (LWC) Introduction: Salesforce Lightning Web ...