Show / Hide Table of Contents

    OnGetExtraValues Event

    Page API - Item UOM

    Raised after a record is read from the database. Makes it possible to set the ExtraValues 1..10, to be returned to the client.

    Signature

    [IntegrationEvent(false, false)]
    OnGetExtraValues(ItemUnitofMeasure: Record "Item Unit of Measure"; 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

    ItemUnitofMeasure Record "Item Unit of Measure"

    The current item unit of measure record.

    var ExtraValue1 Text

    Extra Value 1.

    var ExtraValue2 Text

    Extra Value 2.

    var ExtraValue3 Text

    Extra Value 3.

    var ExtraValue4 Text

    Extra Value 4.

    var ExtraValue5 Text

    Extra Value 5.

    var ExtraValue6 Text

    Extra Value 6.

    var ExtraValue7 Text

    Extra Value 7.

    var ExtraValue8 Text

    Extra Value 8.

    var ExtraValue9 Text

    Extra Value 9.

    var ExtraValue10 Text

    Extra Value 10.

    This documentation is generated from Spider v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX