D365 Business Central : Send Invoice Email with Attachments

By standard, D365 Business Central can send posted sales invoice email to the customer. What if you want to include other files in the email as well ? I will describe it here on how to customize it to include all the attachments in the sales invoice email.

To achieve this is quite easy, you only need to subscribe to OnBeforeSendEmail on Codeunit Document-Mailing. You can then call the procedure to add the attachments to the Email Item.

Source : That NAV Guy
Read more…

Dynamics 365 Business Central: Manual number for Posted Sales invoice and Posted Purchase invoice (Use the same number in Sales Order and Posted Sales Invoice?)

Today I would like to talk about how to use manual number for Posted Sales invoice and Posted Purchase invoice in Business Central.

For each company that you set up, you need to assign unique identification codes to things such as G/L accounts, customer, orders, invoices, and other documents.

Source : Dynamics 365 Lab
Read more…

Dynamics 365 Business Central: Automatically attaching as PDF to posted sales invoice (Document Attachment)

I saw a question in community yesterday, is there a way to automatically attach a PDF to a posted sales invoice? He wants to save the report before posting in the posted sales invoice.

In fact, BC has standard feature (Attach as PDF…) that can do this, however, it needs to be manually clicked once.

Source : Dynamics 365 Lab
Read more…

Dynamics 365 Business Central: How to view Outstanding Order Lines and Posted Invoice Lines (No Customization)

Today I would like to discuss how to view Outstanding Order Lines and Invoices Order Lines in Business Central. For example, sales lines and posted sales invoice lines.

As you know, when you create a new sales order in BC, you first enter header information and then lines, which is a one-to-many relationship.

Source : Dynamics 365 Lab
Read more…