Show / Hide Table of Contents

    OnBeforeValidateSalesLineUnitPrice Event

    Codeunit Create Documents

    Raised before the validation of Unit Price on Sales Line.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeValidateSalesLineUnitPrice(var SalesLine: Record "Sales Line"; ContractLine: Record "QWEPR Contract Line"; UnitPrice: Decimal; var IsHandled: Boolean)
    

    Parameters

    var SalesLine Record "Sales Line"

    The Sales Line that will be updated.

    ContractLine Record "QWEPR Contract Line"

    The Contract Line that is the source of the Sales Line.

    UnitPrice Decimal

    The Unit Price that will be validated on the Sales Line.

    var IsHandled Boolean

    Should be set to true if validation of unit price 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