Alerts are a very popular functionality in D365FO, do you agree? However, let's be honest, D365FO could offer more alert-related features out of the box 😀. But here we are, stepping up the game again with your favorite free library 😎 Docentric Free Edition 🚀. […]
Tag: Free Edition (93)
D365FO Released Product Details: How we fixed two bugs and find a workaround for creating alert rules
The Released Products -> Released Product Details form is bound to the InventTableModule table (Inventory module parameters) in 3 different roles: Purch (Purchase), Sales (Sell) and Invent (Manage costs) – this table acts as 3 different data sources. The field InventTableModule.Price appears in the fast […]
Improved strSplit() method in X++
How String.Split() works in C# Check the Microsoft documentation on String.Split() >> The optional parameter of type StringSplitOptions allows you to specify options such as whether to omit empty substrings from the returned array or trim whitespace from substrings. This enumeration supports a bitwise combination […]