Hi,
If let's say the requirement is to send project invoices each month.
One way to do it, is to use recurring Integration, where it runs each month. And the filter on the data project is (MonthRange(0,0)).
Where then a third party pulls them and send them to the correct destination.
This is the best method to choose right?? Or is there a better way?
But what if they want in addition to that to be able to resend project Invocies? Or send some project invoices on the same day rather than wait for the end of the month.
One way to do it, is creating a button that takes the selected Invocies, creates a data project by code, export the entity and send the project invoices go azure blob. Where third party pulls them from azure blob and send them to the correct destination.
But this is a customized solution that is not supported by Microsoft. Is there a better way to do it??