Skip to main content

How Do I - Read Dimension Values for a #MSDyn365BC Record?

Hi Readers,

This video is about how to read dimension values for a Dynamics 365 Business Central record. 

The speaker first provides background on dimensions and how they are set up in Business Central. They then explain how to read dimension values for a specific record using the get shortcut dimensions function. 

Finally, they provide an example of how to use this function to display dimension values for a purchase order line.

Here are some key points from the video:

  • Dimensions are used to track additional information about a record, such as department, customer group, and location.
  • Dimensions are set up in the General Ledger Setup page.

  • The get shortcut dimensions function is used to read dimension values for a specific record.

  • The function takes two parameters: the dimension set ID and an array to store the dimension values.

  • The dimension set ID is a unique number that identifies the combination of dimension values for a record.

  • The get shortcut dimensions function returns an array of dimension values.

  • The dimension values can be displayed in a variety of ways, such as in a list or grid.

Overall, this video provides a clear and concise explanation of how to read dimension values for a Dynamics 365 Business Central record. The speaker also provides a helpful code example that demonstrates how to use the get shortcut dimensions function.


Regards,
Saurav Dhyani
https://bit.ly/SubscribeSauravYouTube

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

Error After Restore SQL Backup of NAV 2013 Database

Hi all, we are facing a conman issue during restoring a SQL Database backup restored for NAV 2013. While Trying to run object from Object Designer we get below listed error (even the service is configured properly) - --------------------------- Microsoft Dynamics NAV Development Environment --------------------------- There are no NAV Server instances available for this database. You must ensure that a NAV Server instance is running and is configured to use the database before you perform this activity. --------------------------- OK    ---------------------------