Inventory With Zero Value

Dynamics NAV has an ‘Inventory Value Zero’ field in the item table that is not visible on the page (for some unknown reason). Adding it to the page allows you to have items with no inventory values, this is useful if you managing inventory on the…

Function Return Value Types

Programmers skilled in other languages may have some difficulty understanding why C/SIDE doesn’t allow all of its data types to be used as function return value types. I guess it is a limitation that you and I have learnt to work around, or even use to…