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 before posting (the OrderRecording).


Description

Header steps are executed..

  • after all lines have been registered at the mobile device, and "Post the order?" page was accepted.
  • when the mobile user manually select "Post" 

...

See also

Whitepaper Understanding Steps


Template

    [EventSubscriber(ObjectType::Codeunit,  Codeunit::"MOB WMS CountMOB WMS Phys Invt Recording",  'OnGetCountOrderLinesOnGetPhysInvtRecordingLines_OnAddStepsToAnyHeaderOnAddStepsToPhysInvtRecordHeader',  '',  truetrue,  truetrue)]
        localprocedure OnGetCountOrderLines OnGetPhysInvtRecordingLines_OnAddStepsToAnyHeaderOnAddStepsToPhysInvtRecordHeader(_RecRef: RecordRefvar PhysInvtRecordHeader: Record "Phys. Invt. Record Header"; var _StepsElement:  Record  "MOB Steps ElementMOB Steps Element")
        begin
        end;

Using steps in code


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


Version History

Renamed to OnGetCountOrderLines_OnAddStepsToAnyHeader
VersionChanges
MOB5.1019Introduced as OnGetCountOrderLines_OnAfterAddStepsOnPostingMOB5.11