Choosing the right version control for D365FO customizations and development makes the life of any team easier. In this session, our expert Klemen Novak, CTO at Docentric, discusses how Git compares to TFVC, branching capabilities and strategies, and demonstrates in action how to use Git […]
Author Blog Posts (15)
Upgrade Azure Storage Emulator on D365FO OneBox Without Losing Your Files
Microsoft Azure Storage Emulator is a tool that emulates Azure Blob, Queue, and Table services for local development purposes. You can test your application against the storage services locally without creating an Azure subscription or incurring any costs. When you’re satisfied with how your application […]
Use Multiple Gmail Accounts for Sending Emails from D365FO
We have noticed that many organizations who use D365FO would like to send the reports from various Gmail accounts (e.g. sales, accounting, procurement, human resources) to their customers, vendors or employees. Unfortunately, D365FO enables you to create only one SMTP account, and Gmail does not […]
Free Self-Signed Certificate Generator
A self-signed certificate is a X.509 digital certificate that is not signed by a publicly trusted certificate authority (CA). This can include SSL/TLS certificates, code signing certificates, and S/MIME certificates. The reason why they’re called self-signed is that they’re created, issued, and signed by the […]