Add a DisplayLine

Description

Additional text displayed on a List

Available on 

  • Order Header level
  • Order Line level
  • 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 in NAV

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


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


See also

Order List Mobile Configuration