Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 524 Bytes

File metadata and controls

10 lines (6 loc) · 524 Bytes

QuickActionParam_To_LWC

This is a workaround for the lack of out-of-box ability to pass parameters from Quick Actions to LWC.

Usage:

Name your Quick Action using the following format: QuickActionName_XXX_ParamVal

Example: a quick action with API Name Quickie_XXX_Foo created on Account object

For the above example, the LWC will parse Foo off the Quick Action API Name.