Show / Hide Table of Contents

    OnBeforeCreateDocuments Event

    Codeunit Create Documents

    Raised first in the CreateDocuments() function.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeCreateDocuments(pContractHeader: Record "QWEPR Contract Header"; var IsHandled: Boolean)
    

    Parameters

    pContractHeader Record "QWEPR Contract Header"

    The contract that is being used for creating documents.

    var IsHandled Boolean

    Should be set to true if creation of documents is handled. Should be honored if already set. (Handled Pattern)

    This documentation is generated from Parrot v26.2.242726.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX