Codeunit 70491960 EOS CWS Enum Mgmt.

Codeunit 70491960 EOS CWS Enum Mgmt.

Methods

ConvertWhseShipmentLineDestinationType

procedure ConvertWhseShipmentLineDestinationType(DestinationType: Option): enum "EOS CWS Destination Type"

Parameters / Return Value

  • DestinationType Option

  • Returns enum "EOS CWS Destination Type"


GetSourceDocumentFromSourceType

procedure GetSourceDocumentFromSourceType(SourceType: Integer; SourceSubtype: Integer): enum "EOS CWS Source Document"

Parameters / Return Value

  • SourceType Integer

  • SourceSubtype Integer

  • Returns enum "EOS CWS Source Document"


Events

OnAfterGetSourceDocumentFromSourceType

local procedure OnAfterGetSourceDocumentFromSourceType(SourceType: Integer; SourceSubtype: Integer; var SourceDocument: enum "EOS CWS Source Document"; var IsHandled: Boolean)

This event is raised before return the EOS CWS Source Document. You can use to manage a custom Source Document.

Parameters / Return Value

  • SourceType Integer

    Source Type

  • SourceSubtype Integer

    Source Subtype

  • SourceDocument enum "EOS CWS Source Document"

    Set custom Source Document

  • IsHandled Boolean

    Set true to use your custom value



EOS Labs -