Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Order Processing
What is it

Description

Excerpt

Additional text displayed on a List

.


Available on 

  • Order Header level
  • Order Line level

 

The default device configuration has 5 available lines where 3 are in use.

 
  • Lookups

For more details on DisplayLines, see also: How-to: Modify DisplayLines


Other options for displaying information

  • Display dialoges (When you want a Pop-up when opening an Order)
  • "Collector step" so the information is displayed during the actual Registration of Barcode scanning / input values.

 


Example

Additional text (Lorem ipsum...) displayed on Order Header Level as DisplayLine 4


 

How to enable

Change code

in NAV

/D365BC

Modify the relevant functional area codeunit (Pick, Receive etc.)

Search for "DisplayLine" and change the relevant code to display the text of your choice.

Example

To change the DisplayLine for Pick Lines

  • If using Pick Directly on Order, then modify the function "CreateSalesLinesResponse" in Codeunit "WMS Pick".
  • If using Warehouse Picks, then modify function "CreateWhseActLinesResponse" in Codeunit "WMS Toolbox".

 

 

Further reading


In this example we add value for DisplayLine4, which is unused in this instance.


Image AddedImage Added

See also

Order List Mobile Configuration