Dynamics 365

Search the Dynamics community

Filter gallery posts

Card view List view
  • Relevance
  • Most recent
  • Most liked

Filter gallery posts

LikeLike (10)
Dynamics 365 for Operations integration performance tuning tips

There is surprisingly little documentation published about performance optimization with Dynamics 365 for Operations integrations. Lately I have been working with a customer with very high volume integrations and I'd like to share some tips th...

nmaenpaa 101,146
LikeLike (8)
Acceptance Test Library - the introduction

The day is finally here. The Acceptance Test Library is made publicly available with 10.0.2.  So what is it?  It is nothing short of the best productivity feature you'll get this decade as an X++ engineer. More concretely it is a lib...

LikeLike (8)
D365F&O Procure to Pay Process

Hi Everyone, Hope you all are doing great and keep on exploring the new release D365F&O. Luckily got some time and sharing this blog post regarding the Procure to Pay Process in D365F&O. This blog post will cover the following topics Cre...

LikeLike (7)
Customer Engagement Healthcare
Dynamics Health 365 Accelerator Solution First Look

With the introduction of Dynamics 365 Healthcare Accelerator, the Dynamics 365 Business Application Platform brings to life its first vertically focused set of Common Data Model extensions. The Dynamics 365 Healthcare accelerator solution adds a r...

LikeLike (7)
Data Management: "Error(s) while uploading the file-" after installing 10.0.8 / PU32 on local VM

After updating my local D365FO dev VM to 10.0.8/PU32 the data management stopped working. Export would always fail with error "Error(s) while uploading the file-"The issue happens because Azure Storage Emulator on the VM is outdated and ...

nmaenpaa 101,146
LikeLike (7)
Fixed compensation setup and enrollment (Part 1 in a series)

Fixed compensation refers to an employee's regular gross salary or wages. Variable compensation is irregular pay such as bonuses or stock awards. Microsoft Dynamics AX contains the ability to calculate fixed and variable compensation amounts f...

Kasey 379
LikeLike (7)
History of AX

Microsoft Dynamics AX 7 is being released today and I want to take some time to honor and reflect on the roots of this magnificent ERP solution. I’ve tried to color tag some elements of application, technical or global impact. I hope you enj...

LikeLike (6)
Insert dynamic values from custom entities in an email template – Microsoft Dynamics CRM

if you work with email templates; you might have to create a template which is to be sent from a custom entity & hence you will need field values from that entity. Now out of the box – CRM doesn’t provide you an option to populate ...

Rawish Kumar 13,752
LikeLike (6)
Refresh Page

Hello Everyone,If we want to refresh a page after some action here is one of the simplest way to do it.First of all create  a function called RefreshPage as shown in below snapshot..Code:Variable Name - WshShellData Type - Automatio...

LikeLike (6)
How to fix getting “Undeclared Property Error” when using Lookups with Dynamics 365 Web API

Hello team, A very quick note to remind you about something really important when working with the Dynamics Web API, it is one of those things that you always forget to check until you spent 3 hours trying to figure out why it isn’t working. I was...