Introduction In modern business environments, extending and automating Dynamics 365 functionality is essential for improving efficiency and integration. One powerful way to achieve this is by using Azure Function Apps. These lightweight, serverless functions let you run custom code in the cloud to handle CRM events, automate processes, or connect Dynamics 365 with other services.... Continue Reading →
Dynamics 365 Integration: Register App in Microsoft Azure Entra ID
Introduction We need to register Dynamics 365 app in Microsoft Entra ID to enable secure authentication and authorization when connecting Dynamics 365 with other applications or services.It allows the app to get a Client ID and Secret, which are used to securely access D365 APIs without using user credentials. Steps: Go to Microsoft Entra admin... Continue Reading →
‘Attachment is Not a Valid Type or Too Large’ Error When Creating Notes
Issue: When attempting to attach a file in Notes of Dynamics 365 record, the following error occurs: "The attachment is either not a valid type or is too large. It cannot be uploaded or downloaded." This prevents users from successfully uploading or downloading the attachment. Solution: This issue typically occurs due to file size limitations... Continue Reading →