Salesforce Fact #593 | Custom SendEmail global action using LWC

We can create custom quick action in LWC for the SendEmail Global action and set subject, body etc. values.

Reference: https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.use_quick_actions_email

Note: If namespace is enabled in the org, the apiName of the quickAction would be of the format 'Global.<namespace>__SendEmail', else it would be 'Global.SendEmail'.

Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow