Versions Compared

Key

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

Use this event to

Excerpt

Add steps to be displayed at the mobile device when collecting values for each individual document line.

...

Template

    [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS Put Away", 'OnGetPutAwayOrderLines_OnAddStepsToWarehouseActivityLine''', true, true)]
    procedure OnGetPutAwayOrderLines_OnAddStepsToWarehouseActivityLine(var _BaseOrderLineElement: Record "MOB NS BaseDataModel Element"; _WhseActivityLine: Record "Warehouse Activity Line")
    begin
    end;



Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle
titleExamples
excerptTypesimple
cqllabel = "bc" and label = "orderlines" and label = "example" and label = "onaddstepstoonaddstepstoanyline"


Version History

VersionChanges
MOB5.11Introduced

...