Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* 2.00.02 10-12-2020 Jack D. Pond Reverted names for backward compatibility
* 2.00.05 02-12-2021 Jack D. Pond setTreatTargetObjectAsRecipient Fix: #586,ReplyEmail with SendBetterEmail #595
* 2.01.06 02-12-2021 Jack D. Pond Fix remainder of checkboxes default/save Fix: #702,#831
* 07-04-2026 camro Fix checkbox for send async
**/
@SuppressWarnings('PMD')
public inherited sharing class SendBetterEmailRequest {
Expand Down Expand Up @@ -242,4 +243,9 @@ public inherited sharing class SendBetterEmailRequest {
)
@AuraEnabled
public Boolean sendAsync;
}


@invocableVariable(description='!(Defaults to False)')
@AuraEnabled
public String cb_sendAsync;
}