Codeunit 18123797 EOS068 EX036

Codeunit 18123797 EOS068 EX036

Methods

RaiseOnHandleEOSReasonPurchaseWithhContribution

procedure RaiseOnHandleEOSReasonPurchaseWithhContribution(DocumentType: Enum "Purchase Document Type"; DocumentNo: Code[20]; var Reason: Text)

Invoke event OnHandleEOSReasonPurchaseWithhContribution to return Reason from a Purchase Document using the Document type and Document no.

Parameters / Return Value

  • DocumentType Enum "Purchase Document Type"

    Purchase Document Type

  • DocumentNo Code[20]

    Document No to find the purchase document

  • Reason Text[]

    Reason to be handled


Events

OnHandleEOSReasonPurchaseWithhContribution

local procedure OnHandleEOSReasonPurchaseWithhContribution(DocumentType: Enum "Purchase Document Type"; DocumentNo: Code[20]; var Reason: Text)

This method allows you to handle the EOS reason for a Purchase Document.

Parameters / Return Value

  • DocumentType Enum "Purchase Document Type"

    Purchase Document Type

  • DocumentNo Code[20]

    Document No to find the purchase document

  • Reason Text[]

    Reason to be handled



EOS Labs -