Hello,
I’m attempting to automatically print reminders from acknowledged customer reminder proposals.
I went through and created a workflow to call the projection
CustomerReminderProposalsHandling.OrderReminderReportBatch(Company,ProposalId,ExecutionMode,PrintMode,ReminderDate,PaymentDeadline,PaymentsIncludedUntil,BatchPrintout,SortBy,RunInBackground,Print):String
but unfortunately, this completes without actually generating any reminders.
Any idea why? Below is my projection action call, which I can confirm doesnt get stuck in an etag related error since the entry on the table ‘BPA_ASYNC_SYS_TAB’ shows that it gets set to ‘done’ not ‘in progress’. I cannot see the returned value for ‘OrderReminderReportBatch’ since this workflow is triggered via an async-timed event action, which doesnt generate an observation. One of the 23R2 updates supposedly adds this functionality to see aysnc-triggered workflows, but we arent in a position to update just yet.
Any and all advise would be greatly appreciated.
Thanks,
Bryan