#msdyn365bc
Read more stories on Hashnode
Articles with this tag
The dreaded mental block struck again and I was left pondering on how to remove spaces from a text variable for quite a while. The most...
I realized that there seems to not have a conversion to title case function in Business Central codes, nor have I seen it online. So, sharing is...
What is the difference between CLEAR and INIT functions? Clear(Record) vs Record.Init() CLEAR function When used on a variable, i.e....
Most of the time, you won’t get to use the rename function in Business Central unless you are patching some data that requires the updating of table...
When I first started doing NAV/BC development, I would get a bit confused over the purpose of Code and Text data type from time to time. After all,...
One of our customers has a customization request to ignore the "Shipment Date Before Work Date" validation for unposted sales lines due to their...