Sometimes we would like to send emails using different sender email addresses, but standard DYN365FO supports just one set of SMTP settings in Email parameters. You can still provide any sender email address you want per template in Organization email templates, but sending such an […]
Tag: D365FO (158)
Multiple use of Report caption
Report caption is usually set to the caption of the report menu item, e.g. Customer account statement. Sometimes, the report menu item caption ‘got lost’ in the report execution pipeline and the technical report name (i.e. name of the report in AOT) becomes visible to […]
Email reports with images from database in the email body in Dynamics 365 for Finance and Operations
Debug workflows in Dynamics 365 for Finance and Operations
Workflows in Dynamics 365 for Finance and Operations can be debugged by attaching the debugger in Visual Studio to the Batch.exe process. This is because the workflow infrastructure uses batch processing on AOS to execute workflows. Learn more >> In order to start debugging of […]
Why deep links don’t work in batch in Dynamics 365 for Finance and Operations
You can create shareable and secured URLs (aka deep links) to forms in Dynamics 365 for Finance and Operations using URL Generator, i.e. the UrlGenerator class. Deep links can be embedded in reports, emails, external apps, etc. A deep link points to a specific form […]