fferpcore.ffasync_Notificationglobal inherited sharing class ffasync_Notification Holds information for Notifications. The following default Notification types are supported: Task; Chatter; Email. If Task or Chatter notifications are not enabled then an Email notification is sent for error messages. fferpcore.ffasync_Notification.TaskNotificationglobal inherited sharing class TaskNotification implements ffasync_IAction Class for Task Notification This class implements the following interfaces: Methods
TaskNotificationglobal TaskNotification(fferpcore.ffasync_ProcessService.NotificationData data, String priority) Generates a task notification containing the default values for Text, Priority and Application Details. Input Parameters
Sample Code
TaskNotificationglobal TaskNotification(fferpcore.ffasync_ProcessService.NotificationData data) Generates a task notification containing the default values for Text, Priority and Application Details. Input Parameters
Sample Code
fferpcore.ffasync_Notification.ChatterNotificationglobal inherited sharing class ChatterNotification implements ffasync_IAction Class for Chatter Notification This class implements the following interfaces: MethodsChatterNotificationglobal ChatterNotification(fferpcore.ffasync_ProcessService.NotificationData data) Generates Chatter Notifications for the supplied Users, including the current User, for the specified Process Input Parameters
Sample Code
fferpcore.ffasync_Notification.EmailNotificationglobal inherited sharing class EmailNotification implements ffasync_IAction Class for Email Notification This class implements the following interfaces: Methods
EmailNotificationglobal EmailNotification(fferpcore.ffasync_ProcessService.NotificationData data) Generates email notifications for the supplied Users, including the current User, with the supplied Application Details. These details are set in the From field of the email. The default is Certinia. Input Parameters
Sample Code
EmailNotificationglobal EmailNotification(fferpcore.ffasync_ProcessService.NotificationData data, Set<String> recipientEmails) Generates email notifications for the supplied Users, including the current User, with the supplied Application Details. These details are set in the From field of the email. The default is Certinia. Input Parameters
Sample Code
|