Show / Hide Table of Contents

    OnSetDimensionValueValues Event

    Codeunit Get Dimension Values

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

    Signature

    [IntegrationEvent(false, false)]
    OnSetDimensionValueValues(DimensionValue: Record "Dimension Value"; var TempExportDimensionValue: Record "QWEWF Export Dimension Value" temporary)
    

    Parameters

    DimensionValue Record "Dimension Value"

    The current Dimension Value.

    var TempExportDimensionValue Record "QWEWF Export Dimension Value" temporary

    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 WF Connect v24.19

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX