Skip to content

X++ Readability – Custom types

I have been away from X++ for a bit (Doing a bit of technical presales, leading an offshore Dynamics team, and Power Platform work), but now I’m back doing F&O development (-: Being an end customer taught me much about high-availability systems and the importance of creating maintainable enterprise-scale business applications. This is a fairly …

F&O Hack – Calculated attribute values in F&O product configurator

Remarks: This is an old post that I haven’t gotten around to publish. I haven’t checked if this is still the best approach… I recently spoke with one of my colleagues about using details from the source document to calculate without having the end-user fill them out. The product configurator (PC) is handled entirely outside …

Missing Excel templates in inventory journals

I have now solved this at multiple customers, so I think it’s time to write a post about it. Have you ever wondered why custom Excel templates does not show on inventory journals? The reason is most likely that your template are using an entity that is based on journal lines (InventJournalTrans), and not journal …

Custom wave steps in D365 FOE

I recently got asked to create a generic solution to optimize the picking routes generated by D365 FOE – We have a customer that have two categories of items, heavy items and light items. They want to place the heavy items at the bottom of the pallets (for obvious reasons), and they can manage this …