Show / Hide Table of Contents

    OnSetDimensionValueValues Event

    Codeunit Public Events

    Raised before the Dimension Value is exported to the Work Flow System.

    Signature

    [IntegrationEvent(false, false)]
    OnSetDimensionValueValues(DimensionValue: Record "Dimension Value"; var ExportDimensionValue: Record "QWEDSC Export Dimension Value")
    

    Parameters

    DimensionValue Record "Dimension Value"

    The current Dimension Value.

    var ExportDimensionValue Record "QWEDSC Export Dimension Value"

    The data that will be exported to the Work Flow System. Change the fields in this record to export other data. This record is only used as a data container, don't call Modify.

    This documentation is generated from Dynamics Software Connector v24.28

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX