web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Bound Action – Business Central API

Hey Readers, In a simple language – A bound action is a function used to perform some specific business task on a particular record or group of records. Same way when we use to expose codeunits then we get designated … Continue reading → [https://...

RockwithNav 8,335 Super User 2025 Season 2
Like (0)
Hidden Gem – Inventory Value Zero

Hey Readers, I don’t know how many of you are familiar with the field on the Item Card called Inventory Value Zero. This field is available by default, but you need to drag it out using Personalize. We received a … Continue reading → [https://rock...

RockwithNav 8,335 Super User 2025 Season 2
Like (0)
Let Copilot Do the Typing: Smarter Data Entry in Business Central

How about if copilot can do some auto fill and typing for us 🙂 . Copilot’s Autofill Fields in Dynamics 365 Business Central uses AI to quickly and accurately fill in data, reducing errors and saving time. It’s a game-changer … Continue reading → ...

RockwithNav 8,335 Super User 2025 Season 2
Like (0)
Manufacturing with Warehouse

Production Output Now Uses Warehouse Put-Away You can now handle finished production items just like any other warehouse items. Instead of using separate documents, warehouse staff can use the same “put-away” process they already know. Why it’s he...

RockwithNav 8,335 Super User 2025 Season 2
Like (0)
Push Data Business Central -> SharePoint

Good morning Friends, We just encountered a scenario. One of our customers wanted to have their customer data reflected on their SharePoint records. They did not want all data, but specific master data. There are multiple ways to achieve this, … C...

RockwithNav 8,335 Super User 2025 Season 2
Like (0)
ModuleDependencyInfo Data Type – Business Central

Hey Friends, Very small but useful, I was in one of the development process where in I had to get the dependent modules of my application as a part of some validation process and guess what we altogether have a new data type introduced for...

RockwithNav 8,335 Super User 2025 Season 2
Like (0)
Get Hash Value – PowerShell

Hey Friends, In one of my development in BC I was supposed to get the Hash value of all the file types. Here is the quick to get it out and use into your Application. $signature = Get-FileHash -Path “Complete path” -Algorith...

RockwithNav 8,335 Super User 2025 Season 2
Like (0)
List Data Type – Business Central

Friends, List Data Type is another cool data type introduced in Business central which can be used to add n number of values into it. Someone who has worked with Dot Net can correlate this List Data type as well Dictionary data type which we d...

RockwithNav 8,335 Super User 2025 Season 2