Show / Hide Table of Contents

    CopyRecRef Procedure

    Codeunit RecRef Functions

    Copies all fields from one RecordRef to another RecordRef.

    Signature

    CopyRecRef(var SourceRecRef: RecordRef; var TargetRecRef: RecordRef)
    

    Parameters

    var SourceRecRef RecordRef

    The source record, where the values will be copied from.

    var TargetRecRef RecordRef

    The target record, where the values will be copied to.

    Remarks

    The target table must contain all fields that are in the source table, with the same datatype.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX