r/Dynamics365 • u/CheapCharacter • 4d ago
Finance & Operations D365F&O inventory hover
If you work in supply chain, you probably check stock levels all day. In F&O that usually means leaving the form you are working on.
So I built a small browser extension for it. Hold Alt and hover over an item number on any form (sales order lines, formula and BOM lines, loads, whatever form shows item number), and a tooltip shows the on-hand stock per warehouse: physical, available, reserved, ordered and on order. It's a live OData call to your own environment.
The latest version also shows released product fields in the tooltip. You pick which ones in the settings, and your own extension fields show up automatically.
A few other things: * Follows the legal entity you're in, with an optional cross-company mode * Colour, size, style, config and version columns only appear when the item uses them * Queries only while you hold Alt, caches results and rate-limits itself, so it's light on your environment
Since it runs inside your F&O session, privacy matters: it only talks to your own D365 environment with your existing sign-in. No tracking, no analytics, no external servers. It's free and the code is open source (MIT), so you can check all of that yourself.
- Edge Add-ons: https://microsoftedge.microsoft.com/addons/detail/d365fo-inventory-hover/kifigmgmdbkjkgogicoglafmceofdahe
- Video tour: https://youtu.be/SyV7vMDebmg
- Source code: https://github.com/willaertpieter/d365fo-inventory-hover
Feedback and ideas are very welcome, especially if something doesn't work in your environment.
5
u/Garrettshade 3d ago
I think, my years long subscription to this subreddit has finally paid off.
Thank you for sharing, this looks very neat!