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 […]
Author Blog Posts (6)
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 […]