💼 Lead Technical Consultant
🎗️ Microsoft Dynamics 365 Business Application MVP
🗣️ Frequent International Speaker
✍️ www.tharangac.com
#msdyn365bc #PowerPlatform #MVPaward #Microsoft
Now you can manage Per-Tenant Extensions (PTE) directly from the Business Central Admin Centre and its API, just like AppSource apps!
#MSDyn365BC #BusinessCentral #TipsWithTC #Microsoft #ERP #MVP
Now you can manage Per-Tenant Extensions (PTE) directly from the Business Central Admin Centre and its API, just like AppSource apps!
#MSDyn365BC #BusinessCentral #TipsWithTC #Microsoft #ERP #MVP
More Info: tharangac.com/2025/04/sear...
#MSDyn365BC #BusinessCentral #TipsWithTC #Microsoft #ERP #MVP
More Info: tharangac.com/2025/04/sear...
#MSDyn365BC #BusinessCentral #TipsWithTC #Microsoft #ERP #MVP
With a recent update (v15), Microsoft has introduced support for implicit conversion between Record and RecordRef instances, making it easier to work with both types in the code.
More Info: tharangac.com/2025/04/impl...
#MSDyn365BC #TipsWithTC #Microsoft
With a recent update (v15), Microsoft has introduced support for implicit conversion between Record and RecordRef instances, making it easier to work with both types in the code.
More Info: tharangac.com/2025/04/impl...
#MSDyn365BC #TipsWithTC #Microsoft
Are you a Microsoft partner working with Business Central and looking for relevant resources? Do you often struggle to find the correct article in Microsoft Learn? Bookmark the URL below to save yourself a lot of time.
Aka.ms/bcall
#MSDyn365BC #BusinessCentral #TipsWithTC
Are you a Microsoft partner working with Business Central and looking for relevant resources? Do you often struggle to find the correct article in Microsoft Learn? Bookmark the URL below to save yourself a lot of time.
Aka.ms/bcall
#MSDyn365BC #BusinessCentral #TipsWithTC
Accessing JSON data requires reading it using a JSONToken. The BC26 update introduces a new set of methods that allow retrieving JSON data without always relying on a JSONToken.
#MSDyn365BC #BusinessCentral #TipsWithTC #Microsoft #ERP #MVP
Accessing JSON data requires reading it using a JSONToken. The BC26 update introduces a new set of methods that allow retrieving JSON data without always relying on a JSONToken.
#MSDyn365BC #BusinessCentral #TipsWithTC #Microsoft #ERP #MVP
I am looking forward to connecting with fellow #msdyn365bc tech enthusiasts!
See you in Antwerp on 12 & 13 June! 🚀
#MSDyn365BC #Microsoft | BC TechDays
I am looking forward to connecting with fellow #msdyn365bc tech enthusiasts!
See you in Antwerp on 12 & 13 June! 🚀
#MSDyn365BC #Microsoft | BC TechDays
You can ignore these e-mails, as they were triggered due to an issue with Microsoft's validation process.
#MSDyn365BC #Microsoft
You can ignore these e-mails, as they were triggered due to an issue with Microsoft's validation process.
#MSDyn365BC #Microsoft
BC Performance Profiler allows you to record and analyze processes. It provides insights into both Microsoft and third-party applications.
More Info: tinyurl.com/5ynujxdz
#MSDyn365BC #TipsWithTC #Microsoft #ERP #MVP
BC Performance Profiler allows you to record and analyze processes. It provides insights into both Microsoft and third-party applications.
More Info: tinyurl.com/5ynujxdz
#MSDyn365BC #TipsWithTC #Microsoft #ERP #MVP
AL now supports the Continue statement.
From runtime version 15.0, the continue keyword in loops can be used to continue to the next iteration.
More Info: buff.ly/LIALMia
#MSDyn365BC #BusinessCentral #TipsWithTC #Microsoft #ERP
AL now supports the Continue statement.
From runtime version 15.0, the continue keyword in loops can be used to continue to the next iteration.
More Info: buff.ly/LIALMia
#MSDyn365BC #BusinessCentral #TipsWithTC #Microsoft #ERP
Do you specify the 𝐑𝐮𝐧𝐓𝐫𝐢𝐠𝐠𝐞𝐫 parameter?
When calling the Insert, Modify, or Delete, specify the 𝐑𝐮𝐧𝐓𝐫𝐢𝐠𝐠𝐞𝐫 parameter.
If you do not want to run the trigger, use:
Record.Modify(𝐟𝐚𝐥𝐬𝐞);
#MSDyn365BC #TipsWithTC
Do you specify the 𝐑𝐮𝐧𝐓𝐫𝐢𝐠𝐠𝐞𝐫 parameter?
When calling the Insert, Modify, or Delete, specify the 𝐑𝐮𝐧𝐓𝐫𝐢𝐠𝐠𝐞𝐫 parameter.
If you do not want to run the trigger, use:
Record.Modify(𝐟𝐚𝐥𝐬𝐞);
#MSDyn365BC #TipsWithTC
The AZ AL Dev Tools extension offers commands that load and display available images from the active Microsoft AL Language extension in a web view panel.
More Info: https://buff.ly/4hP2QmI
#MSDyn365BC #TipsWithTC
The AZ AL Dev Tools extension offers commands that load and display available images from the active Microsoft AL Language extension in a web view panel.
More Info: https://buff.ly/4hP2QmI
#MSDyn365BC #TipsWithTC
BC allows automatic updates of the AppSource apps at the environment level. These updates happen only during major updates by default, but you can also configure them for minor updates.
#MSDyn365BC #TipsWithTC
BC allows automatic updates of the AppSource apps at the environment level. These updates happen only during major updates by default, but you can also configure them for minor updates.
#MSDyn365BC #TipsWithTC
To enable outgoing HTTP requests in a sandbox environment:
1. Go to the Extension Management page.
2. Select the extension making the HTTP request.
3. Enable the "Allow HttpClient Requests" option in the extension's settings.
#MSDyn365BC #TipsWithTC
To enable outgoing HTTP requests in a sandbox environment:
1. Go to the Extension Management page.
2. Select the extension making the HTTP request.
3. Enable the "Allow HttpClient Requests" option in the extension's settings.
#MSDyn365BC #TipsWithTC
Unless there is no other way, please avoid defining global variables when developing.
✅ Use function parameters instead.
✅ Store data in temporary tables.
✅ Consider single-instance codeunits for persistent state.
#MSDyn365BC #TipsWithTC
Unless there is no other way, please avoid defining global variables when developing.
✅ Use function parameters instead.
✅ Store data in temporary tables.
✅ Consider single-instance codeunits for persistent state.
#MSDyn365BC #TipsWithTC