Skip to main content

Replicating Work Descriptions in Purchase Documents | #MSDyn365BC

Hi Readers,

This video demonstrates how to replicate the work description functionality from sales orders to purchase orders in Dynamics 365 Business Central.

The speaker starts by explaining that the work description field is not available in purchase orders by default. 

They then proceed to create a table extension for the purchase header table to add the work description field and copy the necessary methods from the sales order table.

Next, the speaker creates table extensions for the purchase receipt header and purchase invoice header tables to include the work description field and the get work description method. 

They then create page extensions for the purchase order, posted purchase receipt, and posted purchase invoice pages to display the work description field.

Finally, the speaker creates a codeunit to subscribe to the insert purchase receipt header and insert purchase invoice header events and transfer the work description value from the purchase header to the respective posted document.

The speaker emphasizes that this approach can be applied to other areas of the application where similar functionality is required.



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    ---------------------------