Let’s say that we want to email invoices to our customers from Dynamics 365 for Finance and Operations with some useful information in the email body such as billing period and due date. Moreover, we want to have this information nicely designed, using the styles […]
Category: Docentric AX Free Edition (72)
Using Email tokens with SSRS Email print destination
When setting up the Print Management settings for reports in Accounts Receivable and Accounts Payable module in Dynamics 365 for Finance and Operations, you can specify in the To and Cc email addresses fields so called email tokens. For example, you can use the Primary […]
Printing Invoice to Sales Order Attachments
You can use Docentric File print destination to output reports to Attachments of the underlying entity, i.e. the context record of the executing report. Unlike the built-in File print destination, when using Docentric you can output reports in batch, e.g. save them to Azure storage, […]
Sending Emails Using Docentric APIs
Instead of using the built-in SysEmailTable::sendMail() method for replacing placeholders in an email’s body and subject before sending it, you can use the DocEmailTemplateManager::sendMail() method that offers you more options such as an email body with dynamic tables, multiple email attachments, using Cc and Bcc […]