c2g.RemindersEmailServiceglobal with sharing class RemindersEmailService The service class related to Reminder emails. This class contains deprecated items. Methods
sendEmailsglobal static Id sendEmails(Set<Id> tliIds, Id reminderRuleId) Method to run Reminder batch process. Use the CollectionsSendReminders (Send Email Reminders) custom permission to grant permissions on this method. Input Parameters
Return ValueThis service returns Id of Reminder__c object. sendEmailsglobal static Id sendEmails(List<c2g.RemindersEmailService.TliInclusion> includedTliWrappers, List<c2g.RemindersEmailService.TliExclusion> excludedTliWrappers, Id reminderRuleId, Id reminderId, Boolean isReSendingErrored) Method to run Reminder batch process having some TLIs selected and some excluded. Same method is used to re-run batch for excluded and errored records. Use the CollectionsSendReminders (Send Email Reminders) custom permission to grant permissions on this method. Input Parameters
Return ValueThis service returns Id of Reminder__c object. getCongaBatchURLForRemindersAttachmentglobal static String getCongaBatchURLForRemindersAttachment(Set<Id> invoiceIds, Id reminderRuleId) Method to return conga batch url to use in a button to attach conga templates to invoices. Use the CollectionsSendReminders (Send Email Reminders) custom permission to grant permissions on this method. Input Parameters
Return ValueThis service returns conga batch url to use in a button to attach conga templates to invoices. DeprecatedThe following items are deprecated and not supported for use. We recommend that you stop using these items to avoid exceptions. MethodssendEmailsDeprecated: use another method global static Id sendEmails(Set<Id> tliIdsSelected, Set<Id> tliIdsExcluded, Id reminderRuleId, Id reminderId, Boolean isReSendingErrored) Method to run Reminder batch process having some TLIs selected and some excluded. Same method is used to re-run batch for excluded and errored records. Use the CollectionsSendReminders (Send Email Reminders) custom permission to grant permissions on this method. Input Parameters
Return ValueThis service returns Id of Reminder__c object. c2g.RemindersEmailService.TliExclusionglobal with sharing class TliExclusion The service class relating to Excluded Transaction Line Item. Properties
MethodsTliExclusionglobal TliExclusion(Id excludedTliId, String exclusionReason) c2g.RemindersEmailService.TliInclusionglobal with sharing class TliInclusion The service class relating to Included Transaction Line Item. Properties
MethodsTliInclusionglobal TliInclusion(Id includedTliId) |