Show / Hide Table of Contents

    OnBeforeReleaseContract Event

    Codeunit Release Contract

    Raised first in the ReleaseContract() function.

    Signature

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

    Parameters

    var ContractHeader Record "QWEPR Contract Header"

    The contract that is being released.

    var IsHandled Boolean

    Should be set to true to suppress this function. Should be honored if already set. (Handled Pattern)

    This documentation is generated from Parrot v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX