Show / Hide Table of Contents

    AssertFieldExists Procedure

    Codeunit Metadata Functions

    Assert that a field exists in a table.

    An error is raised if the field does not exist. If a field is set as ObsoleteState Removed or if it's not enabled, the field is considered non existing.

    Signature

    AssertFieldExists(TableNo: Integer; FieldNo: Integer)
    

    Parameters

    TableNo Integer

    The table number to check.

    FieldNo Integer

    The field number to check.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX