fferpcore.MessagingAction
global without sharing class MessagingAction
A helper for Flow Action classes.
Enums
DeliveryType
ASYNCHRONOUS |
Delivery will take place in a batch job. |
SYNCHRONOUS |
Delivery will take place immediately in the same execution context. |
fferpcore.MessagingAction.Request
global inherited sharing class Request
An object used to hold information passed about a single publication request passed in from a Flow.
Properties
recordId |
Id |
Salesforce record ID used as the subject of a message.
|
recordIds |
List<Id> |
Salesforce record IDs used as the subject of a message.
|
publicationIdentifier |
String |
Identifier given to the custom Publication.
|
|