Versions Compared

Key

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

Use this event to

Excerpt

todoTODOTODOTODOPerform logic after Order Posting. I.e. print a label.

Description


Like other "Any"-events, this event is executed for all Pick document sources:

...

This event is executed after each of these following events:
TODOTODOTODOTODOTODO


Template

   
    [IntegrationEvent(false, false)]
    procedure OnPostPickOrder_OnAfterPostAnyOrder(var _RecRef: RecordRefvar _ResultMessage: Text)
    begin
    end;


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

...