Interface EOS055 IPackingListSuggestion

Interface 0 EOS055 IPackingListSuggestion

Methods

IsAllowed

procedure IsAllowed(SourceDoc: Variant): Boolean

Indicates if the suggestion method is allowed for a given source document.

Parameters / Return Value

  • SourceDoc Variant

    The source document.

  • Returns Boolean

    true if the methd is allowed.


CalculatePackingList

procedure CalculatePackingList(SourceDoc: Variant;Method: Enum "EOS055 Packing List Suggestion Method";var TempSourceItem: Record "EOS055 Handling Unit Buffer";var TempPackingListEntry: Record "EOS055 Handling Unit Buffer")

Calculates a packing list from a given source document.

Parameters / Return Value

  • SourceDoc Variant

    The source document for which to calculate the packing list.

  • Method Enum "EOS055 Packing List Suggestion Method"

  • TempSourceItem Record "EOS055 Handling Unit Buffer"

    The item for which the packing list should be calculated.

  • TempPackingListEntry Record "EOS055 Handling Unit Buffer"

    A temporary buffer into which the result should be written.



EOS Labs -