Show / Hide Table of Contents

    OnBeforeSelectContractTemplate Event

    Codeunit Contr. Templ. Mgt.

    Raised before selection of available Contract Templates is done.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeSelectContractTemplate(var ContractTemplate: Record "QWEPR Contract Template"; var Result: Boolean; var IsHandled: Boolean)
    

    Parameters

    var ContractTemplate Record "QWEPR Contract Template"

    The Contract Template to apply to a Contract Header.

    var Result Boolean

    Indicates if the ContractTemplate should be applied to the Contract Header. Set this to true if the ContractTemplate should be applied.

    var IsHandled Boolean

    Should be set to true if the standard way of selecting a Contract Template should be skipped and the value of the Result should be used. Should be honored if already set.

    This documentation is generated from Parrot v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX