Show / Hide Table of Contents

    OnBeforeCreateSalesDocument Event

    Codeunit Create Documents

    Raised before a Sales Document is created.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeCreateSalesDocument(var ContractHeader: Record "QWEPR Contract Header"; var PostingDate: Date; var IsHandled: Boolean)
    

    Parameters

    var ContractHeader Record "QWEPR Contract Header"

    The Contract Header that is being used when the sales document is created.

    var PostingDate Date

    Posting Date, usually Next Posting Date from the Contract Header.

    var IsHandled Boolean

    Should be set to true if creation of sales 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