Show / Hide Table of Contents

    OnBeforeModifySalesHeader Event

    Codeunit WS Sales Document API

    Raised before the Sales Header is modified, but after all fields are populated.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeModifySalesHeader(var SalesHeader: Record "Sales Header"; WSSalesHeader: Record "QWESR tWSSalesHeader" temporary; FieldsWithValue: List of [Integer]; var ExtraValue1: Text; var ExtraValue2: Text; var ExtraValue3: Text; var ExtraValue4: Text; var ExtraValue5: Text; var ExtraValue6: Text; var ExtraValue7: Text; var ExtraValue8: Text; var ExtraValue9: Text; var ExtraValue10: Text)
    

    Parameters

    var SalesHeader Record "Sales Header"

    The Sales Header that is about to be modified.

    WSSalesHeader Record "QWESR tWSSalesHeader" temporary

    The record containing the parameter data.

    FieldsWithValue List of [Integer]

    A list with Field Numbers of all fields that contained data in web service call. This corresponds to a null value, instead of a blank value.

    var ExtraValue1 Text

    An extra value, if supplied in the web service call.

    var ExtraValue2 Text

    An extra value, if supplied in the web service call.

    var ExtraValue3 Text

    An extra value, if supplied in the web service call.

    var ExtraValue4 Text

    An extra value, if supplied in the web service call.

    var ExtraValue5 Text

    An extra value, if supplied in the web service call.

    var ExtraValue6 Text

    An extra value, if supplied in the web service call.

    var ExtraValue7 Text

    An extra value, if supplied in the web service call.

    var ExtraValue8 Text

    An extra value, if supplied in the web service call.

    var ExtraValue9 Text

    An extra value, if supplied in the web service call.

    var ExtraValue10 Text

    An extra value, if supplied in the web service call.

    This documentation is generated from Spider v25.2.234077.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX