Tonya Bricco-Meske, Microsoft MVP's Avatar

Tonya Bricco-Meske, Microsoft MVP

@tonyabm.bsky.social

Microsoft MVP #msdyn365bc #BusinessCentral developer πŸ‘©πŸΌβ€πŸ’» 😺 cat mom x2 πŸ“Central WI πŸ§€ 🌐 www.bcdevnotebook.com

245 Followers  |  122 Following  |  59 Posts  |  Joined: 19.11.2024  |  1.6931

Latest posts by tonyabm.bsky.social on Bluesky

Preview
Live Share – VSCode Pair Programming As a developer, we oftentimes participate in code reviews where we are either sharing our screen, or viewing someone else’s code. How hard is it to identify where some code needs to be change…

πŸ‘₯ Pair Programming Just Got a Whole Lot Easier πŸš€
If you've ever struggled to collaborate effectively in a remote dev environment, you're not alone. But there's a tool that can change the game: Live Share in @vscode.dev
bit.ly/4eDFcJy
#VSCode #DevTools #msdyn365bc #MVPBuzz #RemoteWork

10.07.2025 13:15 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 0    πŸ“Œ 1
Preview
Code completions with GitHub Copilot in VS Code Enhance your coding with AI-powered code completions from GitHub Copilot in Visual Studio Code.

There is also the visual blue arrow ➑️ showing you the way to your next edit. You can also then use your mouse to Accept or Reject the change.

This is a game-changer for refactoring and maintaining code consistency!
Official release notes here: code.visualstudio.com/docs/copilot...

02.07.2025 20:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

GitHub Copilot just got even smarter! The new Next Edit Suggestions feature doesn't just autocomplete your code - it predicts where you'll need to make edits next across your codebase. ✨
Hit Tab to navigate between suggestions, then Tab again to accept.

02.07.2025 20:19 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
Scheduled Performance Profiler in Business Central Performance issues can be the bane of our existence, especially in the middle of a busy workweek. Not only do they slow users down, but they are frustrating to try and troubleshoot, and it’s …

New Blog Post Alert: Scheduled Performance Profiler in #BusinessCentral #msdyn365bc
bcdevnotebook.com/2025/06/02/s...

02.06.2025 15:10 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Let's play a game. Best #autocorrect of your name. I'll go first.
Tonya Broccoli Medley. πŸ₯¦
Tonya Broccoli Mesquite is a close second. πŸ–
#autocorrectfail

07.05.2025 02:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Developing Multilingual Reports for Business Central When developing reports, do you have to consider report usage in different languages? One of my latest implementations operates in English and French-Canadian. This blog posts collects some of the …

Are you developing reports for Microsoft Dynamics 365 Business Central? 🌐 Check out my latest blog post on Developing Multilingual Reports for Business Central! πŸ“

bcdevnotebook.com/2025/05/06/d...

#msdyn365bc #BusinessCentral

06.05.2025 05:42 β€” πŸ‘ 7    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Learning from the community, we can elevate our code quality. Love to see some of these old gems like SelectionFilterManagement being resurfaced. #msdyn365bc

23.04.2025 14:30 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Yaaassssss!!! I love it!!!!

23.04.2025 00:10 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Oooo, I like that question even better!
#thoughtsduringacodereview

22.04.2025 04:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hello #msdyn365bc developer community.

Let's try something new. #BCCodeReview πŸ€“

if Item.Get(SomeOtherTable."Item No.") then ;

What happens when it doesn't find the item? it keeps going, even if the item doesn't exist.

Would you change it to just
Item.Get(SomeOtherTable."Item No.");

#bcalhelp

21.04.2025 21:36 β€” πŸ‘ 7    πŸ” 2    πŸ’¬ 4    πŸ“Œ 0

I always have more information to share than time alloted. Its tough to decide what makes the cut!

03.04.2025 01:13 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

While the report itself will still be generated with the Report Caption, we now have more insights into the layout file πŸŽ‰

02.04.2025 02:38 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Creating an Excel layout report - Business Central Learn how to create a report using an Excel layout.

πŸ‘€ I spy some new ReportRequestValues in Excel Report Layouts for #BusinessCentral #msdyn365bc
πŸ’« Coming in BC26 (2025 wave 1) we have the following new metadata from the report that created the document:
- Layout Name
- Layout Caption
- Layout Id
learn.microsoft.com/en-us/dynami...

02.04.2025 02:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

While the report itself will still be generated with the Report Caption, we now have more insights into the layout file πŸŽ‰

02.04.2025 02:35 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

It's no joke, Microsoft Dynamics 365 Business Central 2025 release wave 1 is live! πŸ₯³ Time to get up to speed on the latest capabilities with the BC Launch Event videos at aka.ms/BCYouTube

#msdyn365bc #businesscentral

01.04.2025 14:23 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Thank you @betsyweber.bsky.social for all you do to support the MVP program! Rogan approves of our new office mate 😸 #MVPBuzz

31.03.2025 13:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image Post image

I've been in Washington for a week, visiting family and attending #MVPSummit. Loving on my nephews because fur babies are family too! Say hi to Zeus, Nimbus and Yeti 😻

29.03.2025 01:39 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Quote of the day: if your product is easier to replace than to subscribe to, it won't last.

28.03.2025 00:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

He wants to know if you consulted with Copilot.

27.03.2025 23:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Wow! That's really impressive!!!

21.03.2025 13:55 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Selection Filter Management + Query Development Now that you are using a Query object to collect your data for report development, you are probably wondering how do you leverage a request page so users can retrieve the relevant data. This blog p…

πŸ“’New Blog Post: Selection Filter Management + Query Development
Leverage System Libraries to filter your query for report development! #msdyn365bc
bcdevnotebook.com/2025/03/16/s...

17.03.2025 05:09 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

So excited to be presenting with another #catperson at Directions North America next month! If you're a #msdyn365bc developer, you're going to want to attend @thedoubleh.dev and I's presentation!

16.03.2025 01:07 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

I'm all about Selection Filter Management right now!

13.03.2025 22:49 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

You must also include the customers who have 0 open orders.
I was thinking πŸ’₯BAMπŸ’£ use a SqlJoinType...but it doesn't work as one would expect.

11.03.2025 03:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

When you spend 3-4 hours working on a presentation, and feel like you got no where 🐌
That's because something just doesn't work the way you think it should. 🀬
If you wanted to write a query, and have a list of ALL customers with a count of open orders, how would you write it?
#msdyn365bc

11.03.2025 03:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

This is SO true!!!

08.03.2025 00:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

With the amount of meetings and drop in messages I've had lately, this probably wouldn't have been accomplished for another 3 working days.

How do you as a #developer manage your time to maximize the creative juices? I'm thinking I need to start blocking off my calendar.

07.03.2025 08:21 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

There's definitely something to be said about #deepwork where you can just focus without any distractions. I sat down tonight for 3 hours and hit my coding groove. All of a sudden I realized how late it was, but man, does it feel good to actually write some code!

07.03.2025 08:18 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Everyone is welcome at our session!

04.03.2025 00:00 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

If I had to guess, it is part of corporate landscape w/ holding companies. They are VERY excited to get on BC this summer.

03.03.2025 15:46 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@tonyabm is following 20 prominent accounts