BC Friday Tips #71 BlankZero Property
BCFridayTips is here for msdyn365bc developers!
💡Did you know the BlankZero property can change how users see and enter numeric values?
Anything about Microsoft Dynamics NAV and Microsoft Dynamics 365 Business Central Consultancy
BCFridayTips is here for msdyn365bc developers!
💡Did you know the BlankZero property can change how users see and enter numeric values?
I work across multiple Business Central repos. One per client, one per module. And somewhere along the way, you ended up with the same file copy-pasted into six different places.
Did you know the Item table has multiple blocked fields?
Blocked.
Sales Blocked.
Purchasing Blocked.
Service Blocked.
If your code only checks the Blocked field, your logic can break.
💡Did you know you should always validate fields?
In the BC extension model, other apps can subscribe to field validation.
If you bypass validation, you skip trigger logic.
BCFridayTips is here for msdyn365bc developers!
💡Need page numbers to restart per group in RDLC?
Did you know there are hidden extensions inside Business Central?
One example is the _Exclude_APIV2_ app from Microsoft.
Did you know about the FreezeColumn property?
Did you know you can turn a Text field into a Date Filter, just like a FlowFilter
Did you know the AL Language extension in VS Code has its own themes?
Have you heard about DevToys?
