Accounting Apex API Developer Reference

c2g.AutomatedCollectionsService

global with sharing class AutomatedCollectionsService

The service class related to Reminder emails.

Methods

AutomatedCollectionsService

global AutomatedCollectionsService()

sendReminders

global static void sendReminders(Map<Id, Set<Id>> reminderRuleCompaniesByRuleId)

Method used to send reminders for multiple reminder rules that have multiple companies assigned.

Input Parameters

Name Type Description
reminderRuleCompaniesByRuleId Map<Id, Set<Id>> - Contains the Reminder Rule Id as the map key and the Set of Accounting Company Ids as map value. If the Set of Accounting Company Ids is empty for a corresponding key, reminders will be sent for all companies assigned to that reminder rule.
© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.