Hello,
I'm working on a requirement in Microsoft Dynamics 365 Business Central where I need to print an invoice and simultaneously share an e-invoice with the customer's mobile phone number as a link. The e-invoice should be stored in Azure Blob Storage, and the link should be sent to the customer's mobile phone.
Could anyone guide me on how to implement this functionality using AL language? Specifically, I'm looking for detailed steps or code snippets on:
- Printing the invoice in Business Central.
- Storing the invoice in Azure Blob Storage.
- Generating a link to the stored invoice.
- Sending the link to the customer's mobile phone via SMS.
Any help or reference to relevant documentation would be greatly appreciated.
Thank you!