Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

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.


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



Subscribe to an "OnAfterSetFrom"-event and use the Set_DisplayLine1,2,3 and 4 to modify the displaylines.

Tip: Use Get_DisplayLine1,2,3,4 to read the existing content. This way, you and postfix any information you want to the existing text.




    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS Pick", 

TODO HOW TO 

TODO HOW TO 'OnGetPickOrderLines_OnAfterSetFromWarehouseActivityLine''', true, true)]
    procedure OnGetPickOrderLines_OnAfterSetFromWarehouseActivityLine(_WhseActLineTake: Record "Warehouse Activity Line"; var _BaseOrderLineElement: Record "MOB Ns BaseDataModel Element")
    begin
        _BaseOrderLineElement.Set_DisplayLine4('Lorem ipsum....');
    end;


Available events are:

Filter by label (Content by label)
showLabelsfalse
max90
showSpacefalse
sorttitle
cqllabel = "bc" and label = "orderlines" and label = "integrationevent" and label = "onaftersetfrom" and ancestor = "47220743"


Further reading

Order Processing