We are exciting to announce 📢 Docentric version 3.4.7 is out! With the cool new features you asked for, most of them being part of Free Edition ❤. Feature No. 1 in this release is 🔥 Print management utilities that will improve, we believe, user […]
Tag: Free Edition (94)
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 […]