Category: D365 Business Central
As of March 2024, Microsoft’s AL Table Proxy Generator (altpgen) tool requires two new arguments: ClientId and RedirectUri. This change enhances security but means you will see an error ErrorCode: no_client_id if you try...
Here’s a quick #BCTips for the #msdyn365bc developers out there! When dealing with breaking changes, paying attention to the signature is important. Let’s take the new BC Foundation No. Series as an example.
Microsoft sometimes postpones updates, like the recent delay of version 24.5. When this happens, you’ll receive an email notification about the postponement. However, the reason for the delay isn’t included in the email. To...
Friday is here, and so is this week’s #BCFridayTips for the #msdyn365bc developers! When it comes to using TestField, context is important. TestField offers a simple way to validate fields, but its usage should...
Happy Friday! Time for this week’s #BCFridayTips for #msdyn365bc developers. Use SuppressCommit when you’re calling a posting routine. When you’re calling a posting routine, it’s important to use SuppressCommit.
Friday is here! Time for #BCFridayTips for #msdyn365bc developers. Hide Unusable Options/Enums with ValuesAllowed Enums can streamline the options field in Business Central. But there are times when you might want to restrict the...
Here’s another #BCFridayTips for #msdyn365bc developers. Tidy up your code with the “AZ AL Dev Tools” extension’s Code Cleanup Actions. It’s important to keep our code nice and tidy. It’s not just about aesthetics;...
It’s Friday, which means it’s time for #BCFridayTips for #msdyn365bc consultants. Set default sorting to DESCENDING for Historical Tables. When designing pages for historical tables, such as log or ledger entries, it is important...
Happy Friday! It’s time for #BCFridayTips for #msdyn365bc developers. Group related code together! Instead of scattering variables everywhere, create a dedicated procedure.
Here’s a quick #BCFridayTips for #msdyn365bc developer. Prefix the key names with “Key”.