Advertisement ยท 728 ร— 90

Posts by Tharanga Chandrasekara

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

11 months ago 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

11 months ago 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

1 year ago 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 year ago 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

1 year ago 5 1 0 1
Post image

I'm excited to attend #BCTechDays 2025!

I am looking forward to connecting with fellow #msdyn365bc tech enthusiasts!
See you in Antwerp on 12 & 13 June! ๐Ÿš€

#MSDyn365BC #Microsoft | BC TechDays

1 year ago 4 0 0 0
Post image

Hold your horses and stop creating support tickets, calling for an immediate meeting, or assigning new tasks to your Dev team to look into.

You can ignore these e-mails, as they were triggered due to an issue with Microsoft's validation process.

#MSDyn365BC #Microsoft

1 year ago 2 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 year ago 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

1 year ago 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 year ago 1 0 0 0
Advertisement
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

1 year ago 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

1 year ago 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 year ago 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

1 year ago 2 0 0 0