Blog2019-02-02T00:55:38-06:00

Throttling on Dynamics 365 Finance & Operations (Supply Chain Management) Starting 10.0.19

July 12th, 2021|Categories: Dynamics 365 Finance, Supply Chain Mgmt (AX 7, 8, 10, Operations)|Tags: |

Priority-Based Throttling is starting on version 10.0.19.  This has caused some concern for users who are heavily dependent on OData or Custom Web Service calls from third party software, i.e. ISVs, EDI, Integrations, web portals, custom web apps.  Everything here [...]

Remove $id from Custom Web Service JSON – Dynamics 365 F&O

June 11th, 2021|Categories: Dynamics 365 Finance, Supply Chain Mgmt (AX 7, 8, 10, Operations)|

Priority-Based Throttling in Microsoft Dynamics 365 Finance and Operations (F&O, SCM) is almost mandatory!  If your solution or integration architecture included the transaction orchestration being done outside of F&O (multiple OData calls within a transaction; rollback means making more OData [...]

Link to an Azure Logic App Run

June 9th, 2021|Categories: Logic Apps|

Sometimes my Azure Logic Apps are sending emails internally, both for the happy path and for exceptions.  Toon had a great post, Navigate directly to the Logic Apps run details | Your Azure Coach, explaining how to create a direct [...]

How to Combine Multiple D365SCM OneBoxes into One Environment

May 27th, 2020|Categories: Dynamics 365 Finance, Supply Chain Mgmt (AX 7, 8, 10, Operations)|

In Dynamics AX 2012 I commonly added AOSs to the data migration environment to speed up data migration.  On one project I had an environment with twelve 2.6 GHz physical cores (24 threads when hyper-threading) which I would add [...]

Monitor Deprecated Features or Release Schedule

May 12th, 2020|Categories: Dynamics 365 Finance, Supply Chain Mgmt (AX 7, 8, 10, Operations), Logic Apps, Power Automate / Flow|

Microsoft has committed to giving 12 months notice before making a potentially breaking change.  Read more.  They will post the breaking changes to the Removed or deprecated features for Finance and Operations page on Docs.  I encourage you to [...]

The Utility of Query Range Functions – Dynamics 365 for Finance Operations Supply Chain Management

May 8th, 2020|Categories: Dynamics 365 Finance, Supply Chain Mgmt (AX 7, 8, 10, Operations), PowerShell|

Query range functions are a feature of F&O which enables specifying a criteria without knowing the exact value or having to do the calculation yourself.  This could be used to filter a form, or when specifying 'records to include' on [...]

Static IP not guaranteed for Dynamics 365 for Finance and Operations

December 13th, 2019|Categories: Dynamics 365 Finance, Supply Chain Mgmt (AX 7, 8, 10, Operations)|

Microsoft Dynamics 365 for Finance and Operations offers a lot of flexibility and significantly reduced maintenance effort than the previous versions (AX).  Along with being a cloud-hosted SaaS solution, we had to modify our approach to making modifications, interfacing [...]

Searching Code in Dynamics 365 Finance and Operations Using PowerShell

November 8th, 2019|Categories: Dynamics 365 Finance, Supply Chain Mgmt (AX 7, 8, 10, Operations), PowerShell, Regular Expressions|Tags: |

You can search the Finance and Operations XML files (the X++ source code) using regular expressions by using PowerShell's Select-String command.  This is a strategy that I've used many times and I wonder if others have realized the ease of [...]

F&O Data Expansion Tool: Error Tracing Not Started

October 17th, 2019|Categories: Dynamics 365 Finance, Supply Chain Mgmt (AX 7, 8, 10, Operations), Dynamics AX|Tags: |

Tracing not started error?  Perhaps, like me, you recently rebooted the environment and it had not fully initialized before you tried to start recording on a new Data Expansion project. 1. Reboot the environment. 2. Create and build [...]

F&O Data Expansion Tool: Recording Data Creation

October 10th, 2019|Categories: Dynamics 365 Finance, Supply Chain Mgmt (AX 7, 8, 10, Operations)|Tags: |

The Data Expansion Tool is a tool which will generate data in the current Microsoft Dynamics 365 for Finance and Operations environment. The tool itself is not documented and the video which demonstrated it has been lost because the [...]

Go to Top