Advertisement · 728 × 90
#
Hashtag

#TipsWithTC

Advertisement · 728 × 90
Post image

📢 Business Central Tip for Business Central Admins

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

0 0 0 0
Video

You can now search downloaded symbols using Ctrl+T and also use them as context directly in Copilot Chat.

More Info: tharangac.com/2025/04/sear...

#MSDyn365BC #BusinessCentral #TipsWithTC #Microsoft #ERP #MVP

0 0 0 0
Post image Post image

📢 Business Central Tip (Developer)

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

4 0 1 1
Preview
Resources for partners - Business Central Resources for partners contain a set of resources, services, and tools to support Microsoft Dynamics 365 Business Central.

📢 Business Central Tip

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

1 0 0 0
Post image Post image

📢 Business Central Tip (Developer)

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

5 1 0 1
Post image

📢 Business Central Tip

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

1 0 0 0
Post image

📢 Business Central Tip (Developer)

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

3 0 0 0

📢 Business Central Tip (Developer)

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

1 0 0 0
Video

📢 Business Central Tip (Developer)

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

2 0 0 0
Post image

📢 Business Central Tip

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

0 0 0 0
Post image

📢 Business Central Tip

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

1 0 0 0

📢 Business Central Tip

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

2 0 0 0