Docentric Query Browser is an extension of the built-in SysQuery framework, including the Query form (SysQueryForm), introduced by Docentric. It is designed to support building AX queries from scratch with Visual Studio-like capabilities and a Preview option. This tool allows you to create queries and […]
Author Blog Posts (8)
D365FO Released Product Details: How We Fixed Two Bugs and Found 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 […]