Reminder Schedule with multiple signers
Thursday, October 20, 2016 at 07:58amIf I assign a reminder schedule to a package with multiple signers will all the reminder schedules be applied to all the signers in order?
Case:
reminderScheduleToCreate = ReminderScheduleBuilder.ForPackageWithId(packageId) .WithDaysUntilFirstReminder(2) .WithDaysBetweenReminders(1) .WithNumberOfRepetitions(5) .Build();Singer 1 signs the document 2 days after the document is sent - 1st singer got reminder on day 2 Singer 2 receives first reminder 2 days after Signer 1 signed the document - and signs the document that day. (this is day 4 from first Signers original notification) Singer 3 receives first reminder 2 days after Signer 2 signs the document (six days from first Signers original notification) Do I have this correct or is there a way to assign reminder to each signer? Thanks, Todd
Reply to: Reminder Schedule with multiple signers
Thursday, October 20, 2016 at 11:18amReply to: Reminder Schedule with multiple signers
Monday, October 24, 2016 at 04:06amReply to: Reminder Schedule with multiple signers
Monday, October 24, 2016 at 07:03am