Skip to main content

#msdyn365bc 2021 Release Wave 2 - Default Line Type in Sales and Purchase Document.

Hi Readers,

In this series we will discuss what's new in Business Central 2021 (Wave 2) a.k.a BC19.

This article we will discuss about - Default Line Type in Sales and Purchase Document.

With this series we will understand what's new the product and learn it before it becomes available for customers.

#msdyn365bc #2021RW2

Feature Details - 

Sales and purchase documents can contain different types of lines, such as G/L Account, Item, Resource, or Fixed Asset. In this release you can select the default line type that will be suggested when you create new documents. You can specify the default type for sales on the Sales & Receivable Setup page, and for purchases on the Purchase & Payables Setup page, in the Document Default Line Type field. Afterward, the first line on the document will always use the default type that you specified, and you can start working with lines by selecting values in the No. field. Of course, you can change the type on the line if needed. If you do, the next lines that you create will use type from the previous line. The default value affects only the first line.

Example - 

This is one of the common customization in Dynamics NAV and also in Business Central.

For some business to reduce the keystroke for users, customers default a specific default line type. 

With Business Central 2021 Release Wave 2, Microsoft have added this feature in base release.

What happens when you create a New Sales / Purchase Document default line type is set to Blank or first option as shown below.


With Business Central, You have new option in Sales & Receivables Setup and Purchases & Payable Setup as shown below.


Based on Customer Requirements, they can setup whatever Default Option they wanted in Sales and Purchase document.

This default option is applicable to first line. After first line, the Line Type will be set based on previous line.

When you setup this option as resource in Sales & Receivables Setup, this is how it will look like.

Hope you learn and will be able to utilize this feature as Business Central 19 is available.  

For other articles related to What's New in Business Central 19, refer here.




Regards,
Saurav Dhyani
www.sauravdhyani.com

Comments

  1. Hi, where is the code located that retrieves the Default Line Type? Can it be extended ie. for a vendor get the default from Vendor Card. I can´t seem to find the right event for it

    ReplyDelete

Post a Comment

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

RTC Report It is not possible to instantiate the Visual Studio bridge.

Hi all, As a Navision developers I have Multiple Versions of Navision running in single Machine. As discussed Earlier in the post how to run multiple Version of RTC in single machine. So my machine have following details for RTC Versions - NAV 2009 R2    - is installed. NAV 2009 SP1  - is copied at C:\Program Files (x86)\Microsoft Dynamics NAV\60\NAV 6.0 SP1 IN\ NAV 2009         - is copied at C:\Program Files (x86)\Microsoft Dynamics NAV\60\NAV 6.0 IN\ This approach has been working great for execution of Classic and RTC Clients. However, after installing Dynamics NAV 2009 R2, if i tried to view the Layout for an NAV 2009 SP1 Report i was getting the following error: ---------------------------  Microsoft Dynamics NAV Classic  ---------------------------  It is not possible to instantiate  the Visual Studio bridge.  ---------------------------  OK    --------------------------- After searchi...

Dynamics NAV - All that you need to know about MenuSuites.

Hi Readers, This article is based on a request from a blog reader who wanted to understand about MenuSuite in Dynamics NAV. If you have started working with Business central with AL Code then it does not apply to those releases but if you are interested go ahead. Let's start with Future - In Latest and greatest version of product MenuSuite are obsolete and no longer used. So this article applies if you want to learn about C/AL MenuSuite.